Fixed typos and deprecated parameters
Removed the old parameters in nova.conf examples to interact with nova-volumes (code is removed in grizzly). Removed duplicate commands to sync nova database. Changed the ids in Ch7: Verifying the Image Service Installation to reflect those created in the Glance chapter. Change-Id: Ie587f258ce3bafff0d32842e2da5115afcff41f9 Fixes: bug #1176908
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"><title>Configuring the Database for Compute</title>
|
||||
<para>Create the tables in your backend data store by running
|
||||
the following command:</para>
|
||||
<literallayout class="monospaced">sudo nova-manage db sync</literallayout>
|
||||
<para>
|
||||
<screen os="ubuntu">sudo nova-manage db sync</screen>
|
||||
</para>
|
||||
@@ -16,7 +15,7 @@
|
||||
nova database is now populated.</para>
|
||||
<note><title>Deprecation warnings</title>
|
||||
<para>Note that if while running this command you see warnings such as <literal> SADeprecationWarning: The 'listeners' argument to Pool (and create_engine()) is deprecated. Use event.listen().</literal>, these will be fixed in future version of the libraries and can be safely ignored.</para></note>
|
||||
|
||||
|
||||
<para>Restart all services in total, just to cover the entire spectrum. On the controller node
|
||||
run:</para>
|
||||
<para>
|
||||
|
||||
@@ -44,9 +44,9 @@ client to list the available images:</para>
|
||||
+--------------------------------------+-------------------+--------+--------+
|
||||
| ID | Name | Status | Server |
|
||||
+--------------------------------------+-------------------+--------+--------+
|
||||
| 58b71381-1d8a-4cbb-94f2-c67bfced35f5 | tty-linux-kernel | ACTIVE | |
|
||||
| 5ca3d2fa-fd89-4edb-af41-ae96136e48ef | tty-linux-ramdisk | ACTIVE | |
|
||||
| cc63afc1-9a83-4978-8d75-f19d874fdf94 | tty-linux | ACTIVE | |
|
||||
| 21b421e5-44d4-4903-9db0-4f134fdd0793 | tty-linux | ACTIVE | |
|
||||
| 7d9f0378-1640-4e43-8959-701f248d999d | tty-linux-ramdisk | ACTIVE | |
|
||||
| 599907ff-296d-4042-a671-d015e34317d2 | tty-linux-kernel | ACTIVE | |
|
||||
+--------------------------------------+-------------------+--------+--------+
|
||||
</computeroutput>
|
||||
</screen>
|
||||
|
||||
@@ -10,12 +10,6 @@ rootwrap_config=/etc/nova/rootwrap.conf
|
||||
# SCHEDULER
|
||||
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
|
||||
|
||||
# VOLUMES
|
||||
volume_driver=nova.volume.driver.ISCSIDriver
|
||||
volume_group=nova-volumes
|
||||
volume_name_template=volume-%s
|
||||
iscsi_helper=tgtadm
|
||||
|
||||
# DATABASE
|
||||
sql_connection=mysql://nova:yourpassword@192.168.206.130/nova
|
||||
|
||||
|
||||
@@ -10,12 +10,6 @@ rootwrap_config=/etc/nova/rootwrap.conf
|
||||
# SCHEDULER
|
||||
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
|
||||
|
||||
# VOLUMES
|
||||
volume_driver=nova.volume.driver.ISCSIDriver
|
||||
volume_group=nova-volumes
|
||||
volume_name_template=volume-%s
|
||||
iscsi_helper=tgtadm
|
||||
|
||||
# DATABASE
|
||||
sql_connection=mysql://nova:yourpassword@192.168.206.130/nova
|
||||
|
||||
|
||||
Reference in New Issue
Block a user