← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1131441] Re: missing ec2 security group quantum mixin

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => grizzly-rc1

-- 
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/1131441

Title:
  missing ec2 security group quantum mixin

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  When adding support for quantum gating I noticed the following
  exception when testing the euca tools:

  2013-02-21 18:59:53.070 ERROR nova.api.ec2 [req-2e5cefb5-6a0c-4fea-a0aa-9385a7dc8117 demo demo] Unexpected error raised: 'NoneType' object has no attribute 'validate_property'
  2013-02-21 18:59:53.070 19032 TRACE nova.api.ec2 Traceback (most recent call last):
  2013-02-21 18:59:53.070 19032 TRACE nova.api.ec2   File "/opt/stack/new/nova/nova/api/ec2/__init__.py", line 481, in __call__
  2013-02-21 18:59:53.070 19032 TRACE nova.api.ec2     result = api_request.invoke(context)
  2013-02-21 18:59:53.070 19032 TRACE nova.api.ec2   File "/opt/stack/new/nova/nova/api/ec2/apirequest.py", line 79, in invoke
  2013-02-21 18:59:53.070 19032 TRACE nova.api.ec2     result = method(context, **args)
  2013-02-21 18:59:53.070 19032 TRACE nova.api.ec2   File "/opt/stack/new/nova/nova/api/ec2/cloud.py", line 704, in create_security_group
  2013-02-21 18:59:53.070 19032 TRACE nova.api.ec2     self.security_group_api.validate_property(group_name, 'name',
  2013-02-21 18:59:53.070 19032 TRACE nova.api.ec2 AttributeError: 'NoneType' object has no attribute 'validate_property'
  2013-02-21 18:59:53.070 19032 TRACE nova.api.ec2 

  This was due to some code code getting dropped during refactoring
  during review.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1131441/+subscriptions