summaryrefslogtreecommitdiff
path: root/heat/openstack/common/policy.py
diff options
context:
space:
mode:
authorJason Dunsmore <jasondunsmore@gmail.com>2014-05-07 14:10:14 -0500
committerJason Dunsmore <jasondunsmore@gmail.com>2014-05-07 16:14:28 -0500
commit5dca8ff3fbc966b4e83bcef1ac588e6d3fa8fce0 (patch)
tree2983d1cc574d22e87fa2b2812b997ea94668e06e /heat/openstack/common/policy.py
parent070528e2ada73bf9760b0c4c1ddca400520c0f2f (diff)
downloadheat-5dca8ff3fbc966b4e83bcef1ac588e6d3fa8fce0.tar.gz
Update olso modules
Now at oslo commit a08a622bc68c34291a116f7073511b02585d1c17 Change-Id: Ifd335dac76cdb880661cbd6378438fcebaf295cf
Diffstat (limited to 'heat/openstack/common/policy.py')
-rw-r--r--heat/openstack/common/policy.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/heat/openstack/common/policy.py b/heat/openstack/common/policy.py
index 6bc4816fd..0afc256ac 100644
--- a/heat/openstack/common/policy.py
+++ b/heat/openstack/common/policy.py
@@ -93,10 +93,11 @@ from heat.openstack.common import log as logging
policy_opts = [
cfg.StrOpt('policy_file',
default='policy.json',
- help=_('JSON file containing policy')),
+ help=_('The JSON file that defines policies.')),
cfg.StrOpt('policy_default_rule',
default='default',
- help=_('Rule enforced when requested rule is not found')),
+ help=_('Default rule. Enforced when a requested rule is not '
+ 'found.')),
]
CONF = cfg.CONF