Skip to content

Commit

Permalink
Make extended status not admin-only by default.
Browse files Browse the repository at this point in the history
 * Fixes bug 955737
 * Fixes bug 955735

Change-Id: Ie8d6b67b50d50390edabdde180ed6e29764e2041
  • Loading branch information
sleepsonthefloor committed Mar 15, 2012
1 parent da07974 commit b76abb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/nova/policy.json
Expand Up @@ -32,7 +32,7 @@
"compute_extension:deferred_delete": [],
"compute_extension:disk_config": [],
"compute_extension:extended_server_attributes": [["rule:admin_api"]],
"compute_extension:extended_status": [["rule:admin_api"]],
"compute_extension:extended_status": [],
"compute_extension:flavorextradata": [],
"compute_extension:flavorextraspecs": [],
"compute_extension:flavormanage": [["rule:admin_api"]],
Expand Down

0 comments on commit b76abb6

Please sign in to comment.