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

Index: nova-2013.2.a71.g4e842e3/etc/nova/nova.conf.sample
===================================================================
--- nova-2013.2.a71.g4e842e3.orig/etc/nova/nova.conf.sample
+++ nova-2013.2.a71.g4e842e3/etc/nova/nova.conf.sample
@@ -56,7 +56,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,
@@ -93,11 +93,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=$pybasedir
 
 
 #
@@ -317,7 +317,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)
@@ -395,7 +395,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)
@@ -944,7 +944,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
@@ -977,7 +977,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
 
 
 #
@@ -1172,7 +1172,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
@@ -1238,7 +1238,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)
@@ -1246,11 +1246,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 name for connecting to neutron in admin context
 # (string value)
@@ -1269,7 +1269,7 @@
 
 # auth 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)
@@ -1305,7 +1305,7 @@
 #
 
 # The full class name of the security API class (string value)
-#security_group_api=nova
+security_group_api=nova
 
 
 #
@@ -1356,7 +1356,7 @@
 #disable_process_locking=false
 
 # Directory to use for lock files. (string value)
-#lock_path=<None>
+lock_path=<None>
 
 
 #
@@ -1369,7 +1369,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
@@ -1431,7 +1431,7 @@
 
 # (Optional) The base directory used for relative --log-file
 # paths (string value)
-#log_dir=<None>
+log_dir=<None>
 
 # Use syslog for logging. (boolean value)
 #use_syslog=false
@@ -1548,7 +1548,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)
@@ -1916,7 +1916,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)
@@ -2008,7 +2008,7 @@
 #snapshot_image_format=<None>
 
 # The libvirt VIF driver to configure the VIFs. (string value)
-#libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtGenericVIFDriver
+libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtGenericVIFDriver
 
 # Libvirt handlers for remote volumes. (list value)
 #libvirt_volume_drivers=iscsi=nova.virt.libvirt.volume.LibvirtISCSIVolumeDriver,iser=nova.virt.libvirt.volume.LibvirtISERVolumeDriver,local=nova.virt.libvirt.volume.LibvirtVolumeDriver,fake=nova.virt.libvirt.volume.LibvirtFakeVolumeDriver,rbd=nova.virt.libvirt.volume.LibvirtNetVolumeDriver,sheepdog=nova.virt.libvirt.volume.LibvirtNetVolumeDriver,nfs=nova.virt.libvirt.volume.LibvirtNFSVolumeDriver,aoe=nova.virt.libvirt.volume.LibvirtAOEVolumeDriver,glusterfs=nova.virt.libvirt.volume.LibvirtGlusterfsVolumeDriver,fibre_channel=nova.virt.libvirt.volume.LibvirtFibreChannelVolumeDriver,scality=nova.virt.libvirt.volume.LibvirtScalityVolumeDriver
openSUSE Build Service is sponsored by