← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1161078] Re: Unable to apply a single security group to port

 

** Changed in: python-neutronclient
    Milestone: None => 2.2.1-2.2.6

** Changed in: python-neutronclient
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1161078

Title:
  Unable to apply a single security group to port

Status in OpenStack Neutron (virtual network service):
  Invalid
Status in Python client library for Neutron:
  Fix Released

Bug description:
  When I try to apply a single security group to a port, Quantum returns
  an error from the request.  This is because the client passes a single
  security group as a string instead of a list, and Quantum tries to
  treat the string as a list.  I have a fix for this, which will be
  submitted soon.

  Example:

  ubuntu@quantum:/opt/stack/quantum$ quantum port-update efdffe3c-c64c-466e-9f51-b70f3c9e95e6 --security_groups 057337f8-ea28-4aa8-b5d0-c35f9007d66f
  Namespace(id='efdffe3c-c64c-466e-9f51-b70f3c9e95e6', no_security_groups=False, request_format='json')
  Invalid input for operation: '0' is not an integer or uuid.

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