diff --git a/doc/common/samples/nova.conf b/doc/common/samples/nova.conf
index 3d754c86ba..9c10d893fa 100644
--- a/doc/common/samples/nova.conf
+++ b/doc/common/samples/nova.conf
@@ -13,9 +13,6 @@ compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
# VOLUMES
# configured in cinder.conf
-# DATABASE
-sql_connection=mysql://nova:yourpassword@192.168.206.130/nova
-
# COMPUTE
libvirt_type=qemu
compute_driver=libvirt.LibvirtDriver
@@ -67,3 +64,7 @@ admin_tenant_name = service
admin_user = nova
admin_password = nova
signing_dirname = /tmp/keystone-signing-nova
+
+# DATABASE
+[database]
+connection=mysql://nova:yourpassword@192.168.206.130/nova
diff --git a/doc/common/samples/nova.conf-yum b/doc/common/samples/nova.conf-yum
index 1d12b14b78..495a89cd04 100644
--- a/doc/common/samples/nova.conf-yum
+++ b/doc/common/samples/nova.conf-yum
@@ -13,9 +13,6 @@ compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
# VOLUMES
# configured in cinder.conf
-# DATABASE
-sql_connection=mysql://nova:yourpassword@192.168.206.130/nova
-
# COMPUTE
libvirt_type=qemu
compute_driver=libvirt.LibvirtDriver
@@ -68,3 +65,7 @@ admin_tenant_name = service
admin_user = nova
admin_password = nova
signing_dirname = /tmp/keystone-signing-nova
+
+# DATABASE
+[database]
+connection=mysql://nova:yourpassword@192.168.206.130/nova
diff --git a/doc/common/section_hyper-v.xml b/doc/common/section_hyper-v.xml
index 50eb85dd7b..82bbf582c3 100644
--- a/doc/common/section_hyper-v.xml
+++ b/doc/common/section_hyper-v.xml
@@ -337,11 +337,12 @@ api_paste_config=c:\openstack\nova\etc\nova\api-paste.ini
rabbit_host=IP_ADDRESS
glance_api_servers=IP_ADDRESS:9292
image_service=nova.image.glance.GlanceImageService
-sql_connection=mysql://nova:passwd@IP_ADDRESS/nova
instances_shared_storage=false
limit_cpu_features=true
compute_driver=nova.virt.hyperv.driver.HyperVDriver
-volume_api_class=nova.volume.cinder.API
+volume_api_class=nova.volume.cinder.API
+[database]
+connection=mysql://nova:passwd@IP_ADDRESS/nova
The following table contains a reference of all optionsfor hyper-v
diff --git a/doc/config-reference/compute/section_compute-config-overview.xml b/doc/config-reference/compute/section_compute-config-overview.xml
index 0f4579e58a..9cfdb6ade4 100644
--- a/doc/config-reference/compute/section_compute-config-overview.xml
+++ b/doc/config-reference/compute/section_compute-config-overview.xml
@@ -78,7 +78,6 @@
an internal Rackspace test system.
verbose
nodaemon
-sql_connection=mysql://root:<password>@127.0.0.1/nova
network_manager=nova.network.manager.FlatManager
image_service=nova.image.glance.GlanceImageService
flat_network_bridge=xenbr0
@@ -96,7 +95,9 @@ ipv6_backend=account_identifier
ca_path=./nova/CA
# Add the following to your conf file if you're running on Ubuntu Maverick
-xenapi_remap_vbd_dev=true
+xenapi_remap_vbd_dev=true
+[database]
+connection=mysql://root:<password>@127.0.0.1/nova