[User-committee] app dev on-boarding experience report
Tom Fifield
tom at openstack.org
Mon Jan 18 04:53:00 UTC 2016
On 16/01/16 00:48, Stefano Maffulli wrote:
> On 01/14/2016 02:29 PM, Bonell Manjarrez, Marcela wrote:
>> >So, what I noticed is that even using openstack or rackspace driver,
>> >the problem is in the same file, same line, same request:
>> >
>> >File
>> >"/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/openstack.py",
>> >line 1769, in ex_list_security_groups
>> >self.connection.request('/os-security-groups').object)
>> >
>> >
>> >As you can see the request uses '/os-security-groups' and in the RAX
>> >documentation[1] the networking requests uses '/security-groups’
>> >that’s why libcloud fails, both drivers use the same request:
>> >self.connection.request('/os-security-groups').object)
> Yep, looks like a bug. Something must have changed at RAX for the
> security groups and nobody has updated libcloud...
Data: with a quick look at the code (see eg
nova/tests/functional/api_sample_tests/test_security_groups.py ), and
the docs @
http://developer.openstack.org/api-ref-compute-v2.1.html#os-security-groups-v2.1,
it seems libcloud is correct to use os-security-groups for the openstack
driver.
Regards,
Tom
More information about the User-committee
mailing list