Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/300077

Change subject: Disable instance rebuild in Horizon.
......................................................................

Disable instance rebuild in Horizon.

The nova bits of this work but it breaks puppet on the rebuilt instance.
It's simple enough to delete/create that I think we can live without this.

Bug: T140259
Change-Id: Ib39bac55b36a8cb0de55a21ce83d0059de62be0c
---
M modules/openstack/files/liberty/horizon/nova_policy.json
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/77/300077/1

diff --git a/modules/openstack/files/liberty/horizon/nova_policy.json 
b/modules/openstack/files/liberty/horizon/nova_policy.json
index 30d5f8d..5d9a5fc 100644
--- a/modules/openstack/files/liberty/horizon/nova_policy.json
+++ b/modules/openstack/files/liberty/horizon/nova_policy.json
@@ -8,6 +8,7 @@
     "compute:delete": "rule:admin_or_projectadmin",
     "compute:create:attach_network": "role:admin",
     "compute:create:attach_volume": "role:admin",
+    "compute:rebuild": "!",
     "compute:start": "rule:admin_or_projectadmin",
     "compute:stop": "rule:admin_or_projectadmin",
     "compute:snapshot": "!",

-- 
To view, visit https://gerrit.wikimedia.org/r/300077
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib39bac55b36a8cb0de55a21ce83d0059de62be0c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to