opentelekomcloud / python-otcclient

(Obsolete) Python bindings to the T-Systems OTC API
MIT License
15 stars 20 forks source link

instance security-groups attribute lists vpc id and not security group #29

Closed zamiam69 closed 7 years ago

zamiam69 commented 7 years ago

This is also present in otc-tool and likely an OTC API bug. If you list a specific instance (describe_instances with OtcConfig.INSTANCE_ID set) the ['server']['security_groups'] attribute contains the vpc id and nothing else.

hodigy commented 7 years ago

Issue is still valid, but it's not on CLI side, but API.

garloff commented 7 years ago

Hi György,

The issue has been fixed on the API side with the Mitaka update - old VMs do not benefit from it, only new ones though.

HTH, -- Kurt Garloff kurt@garloff.de (Sent from Mobile with K9. Please excuse brevity & typos.)

Am 5. März 2017 01:30:10 MEZ schrieb hodigy notifications@github.com:

Issue is still valid, but it's not on CLI side, but API.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/OpenTelekomCloud/python-otcclient/issues/29#issuecomment-284195487

hodigy commented 7 years ago

Issue could be closed as it's corrected with Mitaka update.

zsoltn commented 7 years ago

Based on prev comments CLOSED.