File nova-conf-defaults.patch of Package openstack-nova-doc

Index: nova-2014.1.5.dev3/nova.conf.sample
===================================================================
--- nova-2014.1.5.dev3.orig/nova.conf.sample
+++ nova-2014.1.5.dev3/nova.conf.sample
@@ -76,7 +76,7 @@
 
 # The RabbitMQ broker address where a single node is used.
 # (string value)
-#rabbit_host=localhost
+rabbit_host=localhost
 
 # The RabbitMQ broker port where a single node is used.
 # (integer value)
@@ -250,7 +250,7 @@
 #
 
 # IP address of this host (string value)
-#my_ip=10.0.0.1
+my_ip=10.0.0.1
 
 # Name of this node.  This can be an opaque identifier.  It is
 # not necessarily a hostname, FQDN, or IP address. However,
@@ -295,11 +295,11 @@
 #pybasedir=/usr/lib/python/site-packages
 
 # Directory where nova binaries are installed (string value)
-#bindir=/usr/local/bin
+bindir=/usr/local/bin
 
 # Top-level directory for maintaining nova's state (string
 # value)
-#state_path=$pybasedir
+state_path=/var/lib/nova
 
 
 #
@@ -541,7 +541,7 @@
 
 # The strategy to use for auth: noauth or keystone. (string
 # value)
-#auth_strategy=noauth
+auth_strategy=noauth
 
 # Treat X-Forwarded-For as the canonical remote address. Only
 # enable this if you have a sanitizing proxy. (boolean value)
@@ -619,7 +619,7 @@
 
 # Set flag to indicate Neutron will proxy metadata requests
 # and resolve instance ids. (boolean value)
-#service_neutron_metadata_proxy=false
+service_neutron_metadata_proxy=false
 
 # Shared secret to validate proxies Neutron metadata requests
 # (string value)
@@ -1164,7 +1164,7 @@
 
 # Hostname or IP for OpenStack to use when accessing the S3
 # api (string value)
-#s3_host=$my_ip
+s3_host=$my_ip
 
 # Port used when accessing the S3 api (integer value)
 #s3_port=3333
@@ -1197,7 +1197,7 @@
 
 # The full class name of the network API class to use (string
 # value)
-#network_api_class=nova.network.api.API
+network_api_class=nova.network.api.API
 
 
 #
@@ -1401,7 +1401,7 @@
 #vpn_start=1000
 
 # Number of addresses in each private subnet (integer value)
-#network_size=256
+network_size=256
 
 # Fixed IPv6 address block (string value)
 #fixed_range_v6=fd00::/48
@@ -1463,7 +1463,7 @@
 #
 
 # URL for connecting to neutron (string value)
-#neutron_url=http://127.0.0.1:9696
+neutron_url=http://127.0.0.1:9696
 
 # Timeout value for connecting to neutron in seconds (integer
 # value)
@@ -1471,11 +1471,11 @@
 
 # Username for connecting to neutron in admin context (string
 # value)
-#neutron_admin_username=<None>
+neutron_admin_username=<None>
 
 # Password for connecting to neutron in admin context (string
 # value)
-#neutron_admin_password=<None>
+neutron_admin_password=<None>
 
 # Tenant id for connecting to neutron in admin context (string
 # value)
@@ -1500,7 +1500,7 @@
 
 # Authorization strategy for connecting to neutron in admin
 # context (string value)
-#neutron_auth_strategy=keystone
+neutron_auth_strategy=keystone
 
 # Name of Integration Bridge used by Open vSwitch (string
 # value)
@@ -1533,7 +1533,7 @@
 #
 
 # The full class name of the security API class (string value)
-#security_group_api=nova
+security_group_api=nova
 
 
 #
@@ -1573,7 +1573,7 @@
 #disable_process_locking=false
 
 # Directory to use for lock files. (string value)
-#lock_path=<None>
+lock_path=<None>
 
 
 #
@@ -1586,7 +1586,7 @@
 
 # Print more verbose output (set logging level to INFO instead
 # of default WARNING level). (boolean value)
-#verbose=false
+verbose=false
 
 # Log output to standard error (boolean value)
 #use_stderr=true
@@ -1948,7 +1948,7 @@
 # fake.FakeDriver, baremetal.BareMetalDriver,
 # vmwareapi.VMwareESXDriver, vmwareapi.VMwareVCDriver (string
 # value)
-#compute_driver=<None>
+compute_driver=<None>
 
 # The default format an ephemeral_volume will be formatted
 # with on creation. (string value)
openSUSE Build Service is sponsored by