placement/etc/placement/README-policy.yaml.txt
EdLeafe 88c3b84730 Rename the 'nova' directories to 'placement'
This is the result of running the following two commands:
    git mv nova placement
    git mv etc/nova/ etc/placement

Change-Id: Ied6e04462ac9d7b582df1411d3045048639f127b
2018-09-04 10:31:22 -05:00

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