« Previous | Next » 

Revision d2c3c533

IDd2c3c533126367218152c4d318e5009801323feb

Added by Christos Stavrakakis over 9 years ago

cyclades: Create server in public net with FIP

Remove 'floating_ips' extension attribute to POST /servers API call.
Instead use the 'fixed_ip' attribute of 'networks' attribute to specify
the IPv4 address of a floating IP. So in order to create a server
connected to a private network and a public network, the 'networks'
attribute will be:
[{"uuid": "<private-network-uuid>"}, {"uuid": "<floating-ip-network-uuid>",
"fixed_ip": "<floating-ip-address>"}]

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences