[Trivial] catch up sample policy file

Regenerates the policy file to update it to include the new sample
policies that can be manipulated

Change-Id: I37f3319d2323d6bf24183b41f54f2e471d07cecd
This commit is contained in:
Bryan Strassner 2018-08-10 09:55:14 -05:00
parent 165c845e3e
commit f32dc97272
2 changed files with 6 additions and 1 deletions

View File

@ -59,3 +59,7 @@
# GET /api/v1.0/workflows/{id}
#"workflow_orchestrator:get_workflow": "rule:admin_required"
# Retrieve the statuses for the site
# GET /api/v1.0/site_statuses
#"workflow_orchestrator:get_site_statuses": "rule:admin_required"

View File

@ -59,6 +59,7 @@
# GET /api/v1.0/workflows/{id}
#"workflow_orchestrator:get_workflow": "rule:admin_required"
# Retrieve the status for node provision status
# Retrieve the statuses for the site
# GET /api/v1.0/site_statuses
#"workflow_orchestrator:get_site_statuses": "rule:admin_required"