Removing the setting of the nova policy line

Due to the removal of the nova policy.json file, everthing is
failing the dsvm gate. This should fix the until devstack addresses
the recent nova change.

Change-Id: I69681dbb9cc9dcbe02e2e5514d999747b7efeae3
Fixes-Bug: 1642713
This commit is contained in:
phil-hopkins-a 2016-11-17 13:41:33 -06:00
parent e7f8940fa0
commit d549afe6ae
2 changed files with 2 additions and 1 deletions

View File

@ -225,6 +225,7 @@ class OnDemandInstanceProvider(InstanceProvider):
return instance_info
INSTANCE_PROVIDERS = {
'on_demand': OnDemandInstanceProvider,
'pez': PezInstanceProvider,

View File

@ -259,7 +259,7 @@ function set_neutron_user_permission() {
# public networks, we need to modify the policy and allow users with the service
# to do that too.
policy_add "$NOVA_CONF_DIR/policy.json" "network:attach_external_network" "\"rule:admin_api or role:service\""
#policy_add "$NOVA_CONF_DIR/policy.json" "network:attach_external_network" "\"rule:admin_api or role:service\""
}