security-group-not-attached-to-instance

Bug #1245767 reported by Vipul Sabhaya
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack DBaaS (Trove)
Fix Released
Undecided
Vipul Sabhaya

Bug Description

The security groups refactor missed an important assignment, which causes None to be passed into the 'boot' call.

security_groups = None
        if CONF.trove_security_groups_support:
            try:
                self._create_secgroup()

The response of _create_secgroup() should be assigned to security_groups, such that it's propagated to nova_client.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to trove (master)

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

Changed in trove:
assignee: nobody → Vipul Sabhaya (vipuls)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/54235
Committed: http://github.com/openstack/trove/commit/d7e153dbb1db3f26463e059082ecefa2179035b5
Submitter: Jenkins
Branch: master

commit d7e153dbb1db3f26463e059082ecefa2179035b5
Author: Vipul Sabhaya <email address hidden>
Date: Mon Oct 28 22:40:56 2013 -0700

    Fix bug in Security Group association to Instance

    * Refactor of security groups to TaskManager left out an assignment that
      is required for the security_group to be attached to an intance.

    fixes bug 1245767

    Change-Id: I161d50b2ddb50dbf25eb67e10414425f098b9979

Changed in trove:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in trove:
milestone: none → icehouse-1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in trove:
milestone: icehouse-1 → 2014.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.