diff --git a/etc/barbican/barbican-api.conf b/etc/barbican/barbican-api.conf index af67f2327..fcda1ad93 100644 --- a/etc/barbican/barbican-api.conf +++ b/etc/barbican/barbican-api.conf @@ -132,14 +132,6 @@ scrub_time = 43200 # Make sure this is also set in glance-scrubber.conf scrubber_datadir = /var/lib/barbican/scrubber -# ======== OpenStack policy integration -# JSON file representing policy (string value) -policy_file=/etc/barbican/policy.json - -# Rule checked when requested rule is not found (string value) -policy_default_rule=default - - # ================= Queue Options - oslo.messaging ========================== # Rabbit and HA configuration: @@ -158,6 +150,17 @@ rabbit_hosts=localhost:5672 # DO NOT USE THIS, due to '# FIXME(markmc): support multiple hosts' in oslo/messaging/_drivers/amqpdriver.py # transport_url = rabbit://guest@localhost:5672/ +# ======== OpenStack policy - oslo_policy =============== + +[oslo_policy] + +# ======== OpenStack policy integration +# JSON file representing policy (string value) +policy_file=/etc/barbican/policy.json + +# Rule checked when requested rule is not found (string value) +policy_default_rule=default + # ================= Queue Options - Application ==========================