summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAndrew Laski <andrew@lascii.com>2016-09-28 14:11:02 -0400
committerAndrew Laski <andrew@lascii.com>2016-09-29 14:41:39 -0400
commitd17a20d3d70453f327cd45b538db2fb5c1958cd9 (patch)
tree78ea739d2407299c29d3415e9cd4cce6253dda80 /etc
parentd5f113de34589933c23a7cecc25ca0bf5f47207d (diff)
downloadnova-d17a20d3d70453f327cd45b538db2fb5c1958cd9.tar.gz
Remove the sample policy file
The sample file has been empty for a little while now since default policies are registered in code. Shipping an empty file may be confusing, so let's remove it. A README has been added explaining how to generate an actual sample policy file. Change-Id: I23c934d2b610a451d6ebbd4276721c455365cedc Depends-On: I85a251376dfe38caa4b100861bf764014a98bc37
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/README-policy.json.txt4
-rw-r--r--etc/nova/policy.json2
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/nova/README-policy.json.txt b/etc/nova/README-policy.json.txt
new file mode 100644
index 0000000000..23b64bea95
--- /dev/null
+++ b/etc/nova/README-policy.json.txt
@@ -0,0 +1,4 @@
+To generate the sample policy.json file, run the following command from the top
+level of the nova directory:
+
+ tox -egenpolicy
diff --git a/etc/nova/policy.json b/etc/nova/policy.json
deleted file mode 100644
index 2c63c08510..0000000000
--- a/etc/nova/policy.json
+++ /dev/null
@@ -1,2 +0,0 @@
-{
-}