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

This commit is contained in:
Jenkins 2015-02-20 15:41:34 +00:00 committed by Gerrit Code Review
commit 93abe7a506

View File

@ -376,7 +376,7 @@ admin_password = <replaceable>NEUTRON_PASS</replaceable></programlisting>
following:</para>
<programlisting>NEUTRON_PLUGIN_CONF="/etc/neutron/plugins/ml2/ml2_conf.ini"</programlisting>
</step>
<step>
<step os="ubuntu;rhel;centos;fedora">
<para>Populate the database:</para>
<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>