Fix OVS scenario with changes introduced with Queens

The variable openstack_host_specific_kernel_modules was
moved to group vars file.

Change-Id: Icf875a611082855d00bfd21e2b32379630bfc32f
Closes-Bug: #1802740
This commit is contained in:
Christian Zunker 2018-11-11 18:09:16 +01:00
parent ffa057d9b8
commit 68bcda18cb
3 changed files with 24 additions and 9 deletions

View File

@ -32,8 +32,8 @@ Configure your networking according the Open vSwitch setup:
OpenStack-Ansible user variables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Set the following user variables in your
``/etc/openstack_deploy/user_variables.yml``:
Create a group var file for your network hosts
``/etc/openstack_deploy/group_vars/network_hosts``. It has to include:
.. code-block:: yaml
@ -41,7 +41,12 @@ Set the following user variables in your
openstack_host_specific_kernel_modules:
- name: "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_plugin_type: ml2.ovs.dvr

View File

@ -131,8 +131,8 @@ here: `<http://www.opencloudblog.com/?p=240>`_
OpenStack-Ansible user variables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Set the following user variables in your
``/etc/openstack_deploy/user_variables.yml``: *
Create a group var file for your network hosts
``/etc/openstack_deploy/group_vars/network_hosts``. It has to include:
.. code-block:: yaml
@ -140,7 +140,12 @@ Set the following user variables in your
openstack_host_specific_kernel_modules:
- name: "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_plugin_type: ml2.ovs

View File

@ -47,8 +47,8 @@ Prerequisites
OpenStack-Ansible user variables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Set the following user variables in your
``/etc/openstack_deploy/user_variables.yml``:
Create a group var file for your network hosts
``/etc/openstack_deploy/group_vars/network_hosts``. It has to include:
.. code-block:: yaml
@ -56,7 +56,12 @@ Set the following user variables in your
openstack_host_specific_kernel_modules:
- name: "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