missing ec2 security group quantum mixin

Bug #1131441 reported by Aaron Rosen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Undecided
Aaron Rosen

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.

Aaron Rosen (arosen)
Changed in nova:
assignee: nobody → Aaron Rosen (arosen)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/22623

Changed in nova:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/22623
Committed: http://github.com/openstack/nova/commit/aaf09adf61926f1371a185591a727f715a95a794
Submitter: Jenkins
Branch: master

commit aaf09adf61926f1371a185591a727f715a95a794
Author: Aaron Rosen <email address hidden>
Date: Thu Feb 21 14:12:09 2013 -0800

    Add missing ec2 security group quantum mixin

    Fixes bug 1131441

    Change-Id: Ifc25e1a9eb113cd28a5a5ed9d277480c262cd7f3

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → grizzly-rc1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: grizzly-rc1 → 2013.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.