diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-02-20 08:54:20 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-02-20 08:54:20 +0000 |
| commit | cf75c2d45cf1ddb73564bb1f0193bcc8d3c85044 (patch) | |
| tree | 9218b15d066e34d646907f9214f42196766b43e6 /etc/nova | |
| parent | 757d8aa6f5e412aae08c2b1fb2d0c6f174d2f29c (diff) | |
| parent | 942762d48afc81f1f71652b0861953e32c78b124 (diff) | |
Merge "Add additional information to servers output."
Diffstat (limited to 'etc/nova')
| -rw-r--r-- | etc/nova/policy.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nova/policy.json b/etc/nova/policy.json index ce183b889..ac2a76064 100644 --- a/etc/nova/policy.json +++ b/etc/nova/policy.json @@ -31,6 +31,7 @@ "compute_extension:createserverext": [], "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:flavorextradata": [], "compute_extension:flavorextraspecs": [], |
