Merge "[networking] More updates for Newton"
This commit is contained in:
commit
4ece8da098
@ -183,6 +183,15 @@ Compute nodes
|
||||
[DEFAULT]
|
||||
interface_driver = linuxbridge
|
||||
enable_isolated_metadata = True
|
||||
force_metadata = True
|
||||
|
||||
.. note::
|
||||
|
||||
The ``force_metadata`` option forces the DHCP agent to provide
|
||||
a host route to the metadata service on ``169.254.169.254``
|
||||
regardless of whether the subnet contains an interface on a
|
||||
router, thus maintaining similar and predictable metadata behavior
|
||||
among subnets.
|
||||
|
||||
#. In the ``metadata_agent.ini`` file, configure the metadata agent:
|
||||
|
||||
|
@ -73,7 +73,7 @@ Controller node
|
||||
.. code-block:: ini
|
||||
|
||||
[DEFAULT]
|
||||
router_distributed = true
|
||||
router_distributed = True
|
||||
|
||||
#. Restart the following services:
|
||||
|
||||
@ -87,7 +87,7 @@ Network node
|
||||
.. code-block:: ini
|
||||
|
||||
[DEFAULT]
|
||||
enable_distributed_routing = true
|
||||
enable_distributed_routing = True
|
||||
|
||||
#. In the ``l3_agent.ini`` file, configure the layer-3 agent to provide
|
||||
SNAT services.
|
||||
@ -117,7 +117,7 @@ Compute nodes
|
||||
.. code-block:: ini
|
||||
|
||||
[DEFAULT]
|
||||
enable_distributed_routing = true
|
||||
enable_distributed_routing = True
|
||||
|
||||
#. Restart the following services:
|
||||
|
||||
@ -335,7 +335,7 @@ Verify network operation
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack ip floating create provider1
|
||||
$ openstack floating ip create provider1
|
||||
+-------------+--------------------------------------+
|
||||
| Field | Value |
|
||||
+-------------+--------------------------------------+
|
||||
@ -350,7 +350,7 @@ Verify network operation
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack ip floating add 203.0.113.17 selfservice-instance2
|
||||
$ openstack server add floating ip selfservice-instance2 203.0.113.17
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -192,6 +192,15 @@ Compute nodes
|
||||
[DEFAULT]
|
||||
interface_driver = openvswitch
|
||||
enable_isolated_metadata = True
|
||||
force_metadata = True
|
||||
|
||||
.. note::
|
||||
|
||||
The ``force_metadata`` option forces the DHCP agent to provide
|
||||
a host route to the metadata service on ``169.254.169.254``
|
||||
regardless of whether the subnet contains an interface on a
|
||||
router, thus maintaining similar and predictable metadata behavior
|
||||
among subnets.
|
||||
|
||||
#. In the ``metadata_agent.ini`` file, configure the metadata agent:
|
||||
|
||||
|
@ -125,7 +125,7 @@ Network node
|
||||
|
||||
[agent]
|
||||
tunnel_types = vxlan
|
||||
l2_population = true
|
||||
l2_population = True
|
||||
|
||||
[securitygroup]
|
||||
firewall_driver = iptables_hybrid
|
||||
@ -164,7 +164,7 @@ Compute nodes
|
||||
|
||||
[agent]
|
||||
tunnel_types = vxlan
|
||||
l2_population = true
|
||||
l2_population = True
|
||||
|
||||
Replace ``OVERLAY_INTERFACE_IP_ADDRESS`` with the IP address of the
|
||||
interface that handles VXLAN overlays for self-service networks.
|
||||
|
@ -3,7 +3,6 @@
|
||||
[DEFAULT]
|
||||
core_plugin = ml2
|
||||
auth_strategy = keystone
|
||||
rpc_backend = rabbit
|
||||
|
||||
[database]
|
||||
...
|
||||
@ -14,6 +13,11 @@
|
||||
[nova]
|
||||
...
|
||||
|
||||
See the `Installation Guide <http://docs.openstack.org>`_ for your OpenStack
|
||||
release to obtain the appropriate configuration for the ``[database]``,
|
||||
``[keystone_authtoken]``, ``[oslo_messaging_rabbit]``, and ``[nova]`` sections.
|
||||
[agent]
|
||||
...
|
||||
|
||||
See the `Installation Tutorials and Guides <http://docs.openstack.org>`_ and
|
||||
`Configuration Reference <http://docs.openstack.org>`_ for your OpenStack
|
||||
release to obtain the appropriate additional configuration for the
|
||||
``[DEFAULT]``, ``[database]``, ``[keystone_authtoken]``, ``[nova]``, and
|
||||
``[agent]`` sections.
|
||||
|
@ -131,7 +131,7 @@
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack ip floating create provider1
|
||||
$ openstack floating ip create provider1
|
||||
+-------------+--------------------------------------+
|
||||
| Field | Value |
|
||||
+-------------+--------------------------------------+
|
||||
@ -146,7 +146,7 @@
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack ip floating add 203.0.113.17 selfservice-instance2
|
||||
$ openstack server add floating ip selfservice-instance2 203.0.113.17
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -65,7 +65,7 @@ simplicity, the following procedure creates one flat provider network.
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack subnet create --subnet-range fd00:203:0:113::/64 --gateway fd00:203:0:113::1 \
|
||||
--ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac --network provider1 \
|
||||
--ip-version 6 --ipv6-address-mode slaac --network provider1 \
|
||||
--dns-nameserver 2001:4860:4860::8844 provider1-v6
|
||||
+-------------------+------------------------------------------------------+
|
||||
| Field | Value |
|
||||
@ -77,7 +77,7 @@ simplicity, the following procedure creates one flat provider network.
|
||||
| gateway_ip | fd00:203:0:113::1 |
|
||||
| ip_version | 6 |
|
||||
| ipv6_address_mode | slaac |
|
||||
| ipv6_ra_mode | slaac |
|
||||
| ipv6_ra_mode | None |
|
||||
| name | provider1-v6 |
|
||||
+-------------------+------------------------------------------------------+
|
||||
|
||||
|
@ -79,7 +79,7 @@
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack ip floating create provider1
|
||||
$ openstack floating ip create provider1
|
||||
+-------------+--------------------------------------+
|
||||
| Field | Value |
|
||||
+-------------+--------------------------------------+
|
||||
@ -94,7 +94,7 @@
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack ip floating add 203.0.113.16 selfservice-instance1
|
||||
$ openstack server add floating ip selfservice-instance1 203.0.113.16
|
||||
|
||||
.. note::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user