Add APIs implementation for output functions
APIImpact Add new APIs for showing and listing stack outputs. It can be used by heat client and separately for getting stack outputs. implements bp api-call-output Change-Id: Ia24b24f59e2c592801e4e670ba5510f642ecf45c
This commit is contained in:
@@ -62,6 +62,8 @@
|
||||
"stacks:delete_snapshot": "rule:deny_stack_user",
|
||||
"stacks:list_snapshots": "rule:deny_stack_user",
|
||||
"stacks:restore_snapshot": "rule:deny_stack_user",
|
||||
"stacks:list_outputs": "rule:deny_stack_user",
|
||||
"stacks:show_output": "rule:deny_stack_user",
|
||||
|
||||
"software_configs:global_index": "rule:deny_everybody",
|
||||
"software_configs:index": "rule:deny_stack_user",
|
||||
|
||||
Reference in New Issue
Block a user