5794b857b4
When part of Nova, many files were named in such a way as to indicate that they were separate from the nova files that did the same thing. Now that that distinction is no longer needed, we can rename them to sound more natural. Additionally, references to these file names in other parts of the code have been updated. Change-Id: Id4439b4af827b64bbac213085ac74d1283c96db0
25 lines
610 B
Plaintext
25 lines
610 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-policy.html
|