yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23447
[Bug 1223309] Re: v3 security groups's attribute without prefix in create's response
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: next => None
--
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/1223309
Title:
v3 security groups's attribute without prefix in create's response
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Both for xml and json:
{
"server": {
"admin_pass": "%(password)s",
"id": "%(id)s",
"links": [
{
"href": "http://openstack.example.com/v3/servers/%(uuid)s",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/%(uuid)s",
"rel": "bookmark"
}
],
"security_groups": [{"name": "test"}]
}
}
<?xml version='1.0' encoding='UTF-8'?>
<server xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" id="%(id)s" admin_pass="%(password)s">
<metadata/>
<atom:link href="%(host)s/v3/servers/%(uuid)s" rel="self"/>
<atom:link href="%(host)s/servers/%(uuid)s" rel="bookmark"/>
<security_groups>
<security_group name="test" />
</security_groups>
</server>
'security_groups' should be 'os-security-groups:security_groups'
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1223309/+subscriptions