opentelekomcloud / python-otcclient

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

not handling correctly the VPC independent security groups #41

Closed zsoltn closed 7 years ago

zsoltn commented 7 years ago

OTC now supporting VPC independent security groups. Client have to support them.

hodigy commented 7 years ago

I'm working on that. It seems there is a new API version available, that has to be implemented in order to get this work.

zsoltn commented 7 years ago

Please use the Native API instead of HUA service API.

garloff commented 7 years ago

Hi Zsolt,

when the Hua API does not offer any extra features that I'm interested in, I always use the native OpenStack API. Rationale: That one is well defined and undergoes a careful evolution; it will thus not easily break our tools.

Am 03.03.2017 um 11:08 schrieb Zsolt Nagy:

Please use the Native API instead of HUA service API.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OpenTelekomCloud/python-otcclient/issues/41#issuecomment-283915680, or mute the thread https://github.com/notifications/unsubscribe-auth/ASctElVRtsZB3SGVkC_lAjlmkeArWrJRks5rh-aUgaJpZM4MQ-G3.

-- Kurt Garloff kurt@garloff.de, Cologne, Germany

garloff commented 7 years ago

Let me know when a fix has been committed, so I can package things up. Thanks!

hodigy commented 7 years ago

Fix has been commited.

garloff commented 7 years ago

New RPMs are in Open Build Service.

hodigy commented 7 years ago

Additional fix of https://github.com/OpenTelekomCloud/python-otcclient/issues/47 is needed.

hodigy commented 7 years ago

fixed in https://github.com/OpenTelekomCloud/python-otcclient/pull/50

zsoltn commented 7 years ago

Close.