yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10260
[Bug 1284938] [NEW] EC2 authorize/revoke_rules in ec2 api broken with neutron
Public bug reported:
Authorize/Revoke security_group_rules in ec2 api is unavailable with
neutron.
The codes in cloud.py, only works with nova-network:
--------------
def _rule_dict_last_step():
source_security_group = db.security_group_get_by_name(
context.elevated(),
source_project_id,
source_security_group_name)
------------
** Affects: nova
Importance: Undecided
Assignee: wingwj (wingwj)
Status: New
** Tags: ec2 havana-backport-potential
** Changed in: nova
Assignee: (unassigned) => wingwj (wingwj)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1284938
Title:
EC2 authorize/revoke_rules in ec2 api broken with neutron
Status in OpenStack Compute (Nova):
New
Bug description:
Authorize/Revoke security_group_rules in ec2 api is unavailable with
neutron.
The codes in cloud.py, only works with nova-network:
--------------
def _rule_dict_last_step():
source_security_group = db.security_group_get_by_name(
context.elevated(),
source_project_id,
source_security_group_name)
------------
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1284938/+subscriptions
Follow ups
References