[install] Remove neutron workaround for Ubuntu

Remove neutron workaround for Ubuntu due to patch for
package and fix minor RST issue with code-block type.

Change-Id: Ifdfe22a4e9ed72ceb14a5259a3fd73f50a39a582
Implements: blueprint installguide-liberty
This commit is contained in:
Matthew Kassawara 2015-10-06 17:55:34 -06:00
parent 84d2ebe97a
commit 45e005cbd1
2 changed files with 1 additions and 25 deletions

View File

@ -19,7 +19,7 @@ kernel networking parameters to disable reverse-path filtering:
#. Implement the changes:
.. code-block:: ini
.. code-block:: console
# sysctl -p
@ -262,18 +262,6 @@ Finalize installation
# service nova-compute restart
#. Due to a packaging issue, the Linux bridge agent initialization script
explicitly looks for the ML2 plug-in configuration file rather than the
agent configuration file. Run the following commands to resolve this
issue:
.. code-block:: console
# cp /etc/init/neutron-plugin-linuxbridge-agent.conf \
/etc/init/neutron-plugin-linuxbridge-agent.conf.orig
# sed -i 's,ml2_conf.ini,linuxbridge_agent.ini,g' \
/etc/init/neutron-plugin-linuxbridge-agent.conf
#. Restart the Linux bridge agent:
.. code-block:: console

View File

@ -359,18 +359,6 @@ Finalize installation
.. only:: ubuntu
#. Due to a packaging issue, the Linux bridge agent initialization script
explicitly looks for the ML2 plug-in configuration file rather than the
agent configuration file. Run the following commands to resolve this
issue:
.. code-block:: console
# cp /etc/init/neutron-plugin-linuxbridge-agent.conf \
/etc/init/neutron-plugin-linuxbridge-agent.conf.orig
# sed -i 's,ml2_conf.ini,linuxbridge_agent.ini,g' \
/etc/init/neutron-plugin-linuxbridge-agent.conf
#. Populate the database:
.. code-block:: console