Removed
Link Here
|
1 |
--- google_compute_engine/instance_setup/instance_config.py.orig 2018-06-11 23:51:09 UTC |
2 |
+++ google_compute_engine/instance_setup/instance_config.py |
3 |
@@ -74,11 +74,11 @@ class InstanceConfig(config_manager.Conf |
4 |
}, |
5 |
'InstanceSetup': { |
6 |
'host_key_types': 'ecdsa,ed25519,rsa', |
7 |
- 'optimize_local_ssd': 'true', |
8 |
+ 'optimize_local_ssd': 'false', |
9 |
'network_enabled': 'true', |
10 |
'set_boto_config': 'true', |
11 |
'set_host_keys': 'true', |
12 |
- 'set_multiqueue': 'true', |
13 |
+ 'set_multiqueue': 'false', |
14 |
}, |
15 |
'IpForwarding': { |
16 |
'ethernet_proto_id': '66', |