Enable admin access to EC2 API server
Add a flag which allows you to enable or disable EC2 admin api through nova flag. Is is similar to allow_admin_api for OS API. Fixes bug 869908. Change-Id: I0c786f7cd5f5c3470edc23f0b9b84e5dff1714e2
This commit is contained in:
committed by
Stanislaw Pitucha
parent
06d829dc55
commit
c56318fae8
@@ -442,3 +442,5 @@ DEFINE_integer('reclaim_instance_interval', 0,
|
|||||||
DEFINE_integer('zombie_instance_updated_at_window', 172800,
|
DEFINE_integer('zombie_instance_updated_at_window', 172800,
|
||||||
'Limit in seconds that a zombie instance can exist before '
|
'Limit in seconds that a zombie instance can exist before '
|
||||||
'being cleaned up.')
|
'being cleaned up.')
|
||||||
|
|
||||||
|
DEFINE_boolean('allow_ec2_admin_api', False, 'Enable/Disable EC2 Admin API')
|
||||||
|
|||||||
Reference in New Issue
Block a user