Update OVN Scenario
This patch updates the OVN scenario documentation to correct an inventory issue caused by a missing container_skel line in the env.d file. Change-Id: If38c39064cabd6e2bb1863096543cd6b53246f11
This commit is contained in:
@@ -90,18 +90,19 @@ Copy the nova environment overrides to
|
|||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
nova_compute_container:
|
container_skel:
|
||||||
belongs_to:
|
nova_compute_container:
|
||||||
- compute_containers
|
belongs_to:
|
||||||
- kvm-compute_containers
|
- compute_containers
|
||||||
- lxd-compute_containers
|
- kvm-compute_containers
|
||||||
- qemu-compute_containers
|
- lxd-compute_containers
|
||||||
- powervm-compute_containers
|
- qemu-compute_containers
|
||||||
contains:
|
- powervm-compute_containers
|
||||||
- neutron_ovn_controller
|
contains:
|
||||||
- nova_compute
|
- neutron_ovn_controller
|
||||||
properties:
|
- nova_compute
|
||||||
is_metal: true
|
properties:
|
||||||
|
is_metal: true
|
||||||
|
|
||||||
Specify provider network definitions in your
|
Specify provider network definitions in your
|
||||||
``/etc/openstack_deploy/openstack_user_config.yml`` that define
|
``/etc/openstack_deploy/openstack_user_config.yml`` that define
|
||||||
|
Reference in New Issue
Block a user