callbacks: Make the value of FLOATING_IP match with api resource
Note: BEFORE_RESPONSE code assumes they match. Nova notifier uses FLOATING_IP/BEFORE_RESPONSE. Closes-Bug: #1642918 Change-Id: If834ca1ee52d538cae4a5d164e0e0343c7019546
This commit is contained in:
parent
453fc170ac
commit
eef348f74a
@ -13,7 +13,7 @@
|
||||
# String literals representing core resources.
|
||||
AGENT = 'agent'
|
||||
EXTERNAL_NETWORK = 'external_network'
|
||||
FLOATING_IP = 'floating_ip'
|
||||
FLOATING_IP = 'floatingip'
|
||||
NETWORK = 'network'
|
||||
NETWORKS = 'networks'
|
||||
PORT = 'port'
|
||||
|
Loading…
Reference in New Issue
Block a user