Merge "Fix OVS scenario with changes introduced with Queens"
This commit is contained in:
@@ -32,8 +32,8 @@ Configure your networking according the Open vSwitch setup:
|
|||||||
OpenStack-Ansible user variables
|
OpenStack-Ansible user variables
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Set the following user variables in your
|
Create a group var file for your network hosts
|
||||||
``/etc/openstack_deploy/user_variables.yml``:
|
``/etc/openstack_deploy/group_vars/network_hosts``. It has to include:
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
@@ -41,7 +41,12 @@ Set the following user variables in your
|
|||||||
openstack_host_specific_kernel_modules:
|
openstack_host_specific_kernel_modules:
|
||||||
- name: "openvswitch"
|
- name: "openvswitch"
|
||||||
pattern: "CONFIG_OPENVSWITCH"
|
pattern: "CONFIG_OPENVSWITCH"
|
||||||
group: "network_hosts"
|
|
||||||
|
|
||||||
|
Set the following user variables in your
|
||||||
|
``/etc/openstack_deploy/user_variables.yml``:
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
### neutron specific config
|
### neutron specific config
|
||||||
neutron_plugin_type: ml2.ovs.dvr
|
neutron_plugin_type: ml2.ovs.dvr
|
||||||
|
@@ -131,8 +131,8 @@ here: `<http://www.opencloudblog.com/?p=240>`_
|
|||||||
OpenStack-Ansible user variables
|
OpenStack-Ansible user variables
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Set the following user variables in your
|
Create a group var file for your network hosts
|
||||||
``/etc/openstack_deploy/user_variables.yml``: *
|
``/etc/openstack_deploy/group_vars/network_hosts``. It has to include:
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
@@ -140,7 +140,12 @@ Set the following user variables in your
|
|||||||
openstack_host_specific_kernel_modules:
|
openstack_host_specific_kernel_modules:
|
||||||
- name: "openvswitch"
|
- name: "openvswitch"
|
||||||
pattern: "CONFIG_OPENVSWITCH"
|
pattern: "CONFIG_OPENVSWITCH"
|
||||||
group: "network_hosts"
|
|
||||||
|
|
||||||
|
Set the following user variables in your
|
||||||
|
``/etc/openstack_deploy/user_variables.yml``: *
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
### neutron specific config
|
### neutron specific config
|
||||||
neutron_plugin_type: ml2.ovs
|
neutron_plugin_type: ml2.ovs
|
||||||
|
@@ -47,8 +47,8 @@ Prerequisites
|
|||||||
OpenStack-Ansible user variables
|
OpenStack-Ansible user variables
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Set the following user variables in your
|
Create a group var file for your network hosts
|
||||||
``/etc/openstack_deploy/user_variables.yml``:
|
``/etc/openstack_deploy/group_vars/network_hosts``. It has to include:
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
@@ -56,7 +56,12 @@ Set the following user variables in your
|
|||||||
openstack_host_specific_kernel_modules:
|
openstack_host_specific_kernel_modules:
|
||||||
- name: "openvswitch"
|
- name: "openvswitch"
|
||||||
pattern: "CONFIG_OPENVSWITCH"
|
pattern: "CONFIG_OPENVSWITCH"
|
||||||
group: "network_hosts"
|
|
||||||
|
|
||||||
|
Set the following user variables in your
|
||||||
|
``/etc/openstack_deploy/user_variables.yml``:
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
neutron_plugin_type: ml2.ovn
|
neutron_plugin_type: ml2.ovn
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user