[install] Neutron updates for Mitaka
Update neutron configuration for Mitaka. 1) On Ubuntu, change Linux bridge agent package name to neutron-linuxbridge-agent. 2) On Ubuntu, remove explicit installation of conntrack. Change-Id: I0620c071fd1602081b7b97932c40d10d7de3791b Closes-Bug: #1553742 Implements: bp installguide-mitaka
This commit is contained in:
parent
d45e590bb1
commit
7dc9f3ec47
@ -13,7 +13,7 @@ Install the components
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# apt-get install neutron-plugin-linuxbridge-agent conntrack
|
||||
# apt-get install neutron-linuxbridge-agent
|
||||
|
||||
.. only:: rdo
|
||||
|
||||
@ -218,4 +218,4 @@ Finalize installation
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# service neutron-plugin-linuxbridge-agent restart
|
||||
# service neutron-linuxbridge-agent restart
|
||||
|
@ -11,8 +11,8 @@ Install the components
|
||||
.. code-block:: console
|
||||
|
||||
# apt-get install neutron-server neutron-plugin-ml2 \
|
||||
neutron-plugin-linuxbridge-agent neutron-dhcp-agent \
|
||||
neutron-metadata-agent conntrack
|
||||
neutron-linuxbridge-agent neutron-dhcp-agent \
|
||||
neutron-metadata-agent
|
||||
|
||||
.. only:: debian
|
||||
|
||||
|
@ -11,8 +11,8 @@ Install the components
|
||||
.. code-block:: console
|
||||
|
||||
# apt-get install neutron-server neutron-plugin-ml2 \
|
||||
neutron-plugin-linuxbridge-agent neutron-l3-agent neutron-dhcp-agent \
|
||||
neutron-metadata-agent conntrack
|
||||
neutron-linuxbridge-agent neutron-l3-agent neutron-dhcp-agent \
|
||||
neutron-metadata-agent
|
||||
|
||||
.. only:: rdo
|
||||
|
||||
|
@ -346,7 +346,7 @@ Finalize installation
|
||||
.. code-block:: console
|
||||
|
||||
# service neutron-server restart
|
||||
# service neutron-plugin-linuxbridge-agent restart
|
||||
# service neutron-linuxbridge-agent restart
|
||||
# service neutron-dhcp-agent restart
|
||||
# service neutron-metadata-agent restart
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user