rackspace / php-opencloud

The PHP SDK for OpenStack clouds
developer.rackspace.com
Other
451 stars 249 forks source link

Add support for floating IPs #519

Open slashterix opened 9 years ago

slashterix commented 9 years ago

Can we please get support for creating, allocating, and assigning floating IPs?

jamiehannaford commented 9 years ago

@slashterix Are you referring to the Floating IPs extension for Nova v2? Or the Layer-3 extension for Neutron v2?

slashterix commented 9 years ago

I'm using RPC OpenStack Havana with Neutron. Currently using neutron floatingip-list and neutron floatingip-associate. So I think the answer is Neurton v2.

fifieldt commented 9 years ago

Need the nova v2 extension here, quite critical.

jamiehannaford commented 9 years ago

@fifieldt Since this v1 SDK will gradually be deprecated in favour of v2, I'd rather add features to the latter. I'll go through your Gerrit patch and implement everything that's missing. AFAIK Nova v2 has almost 100% parity with the upstream API, with the exception of extensions.

fifieldt commented 9 years ago

Entirely understandable! If I get a moment I'll have a go at getting a v2 install working :)