summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorricolin <rico.lin@easystack.cn>2017-10-07 01:04:27 +0800
committerricolin <rico.lin@easystack.cn>2017-12-13 10:58:56 +0800
commit222a8ac5e9c3873577ac9d5bc69d8a30fd5a04b5 (patch)
tree1ce0fd238e729b654b31a13f7b795bdbe95c4dcc /.gitignore
parentf2bc379242e9a7c9c118f1dc78071e780e2fc76b (diff)
downloadheat-222a8ac5e9c3873577ac9d5bc69d8a30fd5a04b5.tar.gz
[policy in code] part 7 add sample and releasenote
Since we're moving all policy into code and documenting it there we should generate those docs automatically, so they are less likely to be out-of-date. Also add releasenote for ops to aware that Heat is now using policies in code and their Orchestration service needs to avoid depends on policy.json file if file not exist, since there is no such file by default after this patch. Partially-Implements: bp policy-in-code Change-Id: I25fc5a110b1fe515918e042f220c23ac9a7e811f
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c307e065e..4f5c1cfef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,7 +26,10 @@ etc/heat/heat.conf.sample
heat_integrationtests/requirements.txt
# generated policy file
-etc/heat/policy.json.sample
+etc/heat/policy.yaml.sample
+
+# sample policy file included in docs
+doc/source/_static/heat.policy.yaml.sample
# Files created by releasenotes build
releasenotes/build