Proxy floating IP calls to quantum
Fixes bug 1023169. Also fixes bug 1031119. In Folsom, floating IP support is moved to Quantum. By this commit floating IP calls to nova are proxied to Quantum and nova command can be used to manage floating IPs. pip-requires is also updated and now requires python-quantumclient >=2.1 which supports floating IP feature in Quantum. Change-Id: I2c32948a8fe291601216dc62d546da64a8fb8428
This commit is contained in:
@@ -648,6 +648,15 @@ class FloatingIpNotFoundForHost(FloatingIpNotFound):
|
||||
message = _("Floating ip not found for host %(host)s.")
|
||||
|
||||
|
||||
class FloatingIpMultipleFoundForAddress(NovaException):
|
||||
message = _("Multiple floating ips are found for address %(address)s.")
|
||||
|
||||
|
||||
class FloatingIpPoolNotFound(NotFound):
|
||||
message = _("Floating ip pool not found.")
|
||||
safe = True
|
||||
|
||||
|
||||
class NoMoreFloatingIps(FloatingIpNotFound):
|
||||
message = _("Zero floating ips available.")
|
||||
safe = True
|
||||
|
||||
Reference in New Issue
Block a user