
This is the result of running the following two commands: git mv nova placement git mv etc/nova/ etc/placement Change-Id: Ied6e04462ac9d7b582df1411d3045048639f127b
25 lines
620 B
Plaintext
25 lines
620 B
Plaintext
Nova
|
|
====
|
|
|
|
To generate the sample nova policy.yaml file, run the following command from
|
|
the top level of the nova directory:
|
|
|
|
tox -egenpolicy
|
|
|
|
For a pre-generated example of the latest nova policy.yaml, see:
|
|
|
|
https://docs.openstack.org/nova/latest/configuration/sample-policy.html
|
|
|
|
|
|
Placement
|
|
=========
|
|
|
|
To generate the sample placement policy.yaml file, run the following command
|
|
from the top level of the nova directory:
|
|
|
|
tox -e genplacementpolicy
|
|
|
|
For a pre-generated example of the latest placement policy.yaml, see:
|
|
|
|
https://docs.openstack.org/nova/latest/configuration/sample-placement-policy.html
|