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:
parent
931cf1ee89
commit
742eb87302
@ -90,18 +90,19 @@ Copy the nova environment overrides to
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
nova_compute_container:
|
||||
belongs_to:
|
||||
- compute_containers
|
||||
- kvm-compute_containers
|
||||
- lxd-compute_containers
|
||||
- qemu-compute_containers
|
||||
- powervm-compute_containers
|
||||
contains:
|
||||
- neutron_ovn_controller
|
||||
- nova_compute
|
||||
properties:
|
||||
is_metal: true
|
||||
container_skel:
|
||||
nova_compute_container:
|
||||
belongs_to:
|
||||
- compute_containers
|
||||
- kvm-compute_containers
|
||||
- lxd-compute_containers
|
||||
- qemu-compute_containers
|
||||
- powervm-compute_containers
|
||||
contains:
|
||||
- neutron_ovn_controller
|
||||
- nova_compute
|
||||
properties:
|
||||
is_metal: true
|
||||
|
||||
Specify provider network definitions in your
|
||||
``/etc/openstack_deploy/openstack_user_config.yml`` that define
|
||||
|
Loading…
Reference in New Issue
Block a user