opentelekomcloud/otc-tools

instance security groups contain the vpc id and no security-groups

Closed this issue · 7 comments

This is also present in python-otcclient and likely an OTC API bug. If you list a specific instance (otc ecs vm ..... or otc ecs list-detail) the security_groups attribute contains the vpc id and nothing else.

Hi Matthias,

It is an API issue, indeed.

Tracked as ticket #117508 in osTicket.

Thanks for reporting!

Kurt Garloff kurt@garloff.de, Cologne, Germany

Am 31.10.2016 um 14:37 schrieb Matthias Witte:

This is also present in python-otcclient and likely an OTC API bug. If
you list a specific instance (/otc ecs vm ...../ or /otc ecs
list-detail/) the security_groups attribute contains the vpc id and
nothing else.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#12, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ASctEh6uLKLEp2YUHeuKmSGwd2iUZ1Svks5q5e78gaJpZM4KlBJA.

Planned to be fixed in early Dec.

Bug still existing, will continue pushing ...

Workaround of course is to look up the port ID and then use neutron port-show to find the correct SG being displayed there.

Fix has been postponed to January :-(

Fixed in our test environment; expected to be fixed the upcoming weekend in Production.

The issue has been resolved with the Mitaka upgrade last weekend.
Old VMs will still show the router ID there, new ones however will have the UUID of the security group in its field. (#117508)