placement/etc/placement
Stephen Finucane c6fb9c30cc Update READMEs for sample policy/config generation
Add a combined README for config generation and replace references to
nova for policy generation.

Change-Id: I3e5fe46f1a63f929e7a73b454507c287574fb83a
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-09-27 09:49:23 +01:00
..
README.rst Update READMEs for sample policy/config generation 2019-09-27 09:49:23 +01:00
config-generator.conf Deprecate [placement]/policy_file config option 2019-09-12 18:18:49 -04:00
policy-generator.conf Fix genpolicy tox job 2018-10-22 15:23:54 +01:00

README.rst

Sample policy and config files

This directory contains sample placement.conf and policy.yaml files.

Sample Config

To generate the sample placement.conf file, run the following command from the top level of the placement directory:

tox -e genconfig

For a pre-generated example of the latest placement.conf, see:

https://docs.openstack.org/placement/latest/configuration/sample-config.html

Sample Policy

To generate the sample policy.yaml file, run the following command from the top level of the placement directory:

tox -e genpolicy

For a pre-generated example of the latest placement policy.yaml, see:

https://docs.openstack.org/placement/latest/configuration/sample-policy.html