diff options
author | Andrew Laski <andrew@lascii.com> | 2016-06-21 16:53:57 -0400 |
---|---|---|
committer | Andrew Laski <andrew@lascii.com> | 2016-06-28 20:52:44 +0000 |
commit | 5e38fa3cb5ae850dcf2bb251b4098220424a6ed6 (patch) | |
tree | f5bcd6bc4e7ecf3df0157a7bc30706586e4915b2 /.gitignore | |
parent | 41616f9d550ba86ee0a2ff0a57efc0bd9c0bdb2a (diff) | |
download | nova-5e38fa3cb5ae850dcf2bb251b4098220424a6ed6.tar.gz |
Add policy sample generation
This adds the entry point and config file necessary for using the
oslo.policy sample generation script. It also adds a tox target to
simplify the usage of it.
The command is also run in the docs tox target since the sample file
can be considered documentation.
Change-Id: I18a1fa567fc04b0e0a37c02f20024b2ce483f060
Partially-Implements: bp policy-in-code
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 900f8703ce..a90a414002 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ doc/build/* api-guide/build/* api-ref/build/* etc/nova/nova.conf.sample +etc/nova/policy.yaml.sample instances keeper keys |