[install-guide] do not synchronize Neutron DB on openSUSE/SLES

It is not necessary to manually synchronize the Neutron DB on
openSUSE/SLES because neutron-manage-db is part of the
init file.

Change-Id: I4a9f7fa37de58449e764a3d1bd24b7ed663c8eef
Partial-Bug: 1422281
Backport: Juno
This commit is contained in:
Christian Berendt 2015-02-18 13:03:39 +01:00
parent fbdd48e275
commit c101adf76b

View File

@ -376,7 +376,7 @@ admin_password = <replaceable>NEUTRON_PASS</replaceable></programlisting>
following:</para> following:</para>
<programlisting>NEUTRON_PLUGIN_CONF="/etc/neutron/plugins/ml2/ml2_conf.ini"</programlisting> <programlisting>NEUTRON_PLUGIN_CONF="/etc/neutron/plugins/ml2/ml2_conf.ini"</programlisting>
</step> </step>
<step> <step os="ubuntu;rhel;centos;fedora">
<para>Populate the database:</para> <para>Populate the database:</para>
<screen><prompt>#</prompt> <userinput>su -s /bin/sh -c "neutron-db-manage --config-file /etc/neutron/neutron.conf \ <screen><prompt>#</prompt> <userinput>su -s /bin/sh -c "neutron-db-manage --config-file /etc/neutron/neutron.conf \
--config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade juno" neutron</userinput></screen> --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade juno" neutron</userinput></screen>