Typo leaded to FIP not being assigned for nova-network
Because incorrect output name was used for floating IP resource in NovaNetwork class Instance tried to access wrong Heat output and didn't saw FIP that was actually assigned to the instance Change-Id: I8b7bda279bf6ff7514daa7b2168ca5291d613ef4 Closes-Bug: #1484190
This commit is contained in:
parent
c31739dbdd
commit
07c7b3e4cf
@ -47,7 +47,7 @@ Methods:
|
||||
template: $template
|
||||
secGroupName:
|
||||
get_resource: $securityGroupName
|
||||
instanceFipOutput: instanceFipOutput
|
||||
instanceFipOutput: $instanceFipOutput
|
||||
|
||||
|
||||
generateSecurityGroupManager:
|
||||
|
Loading…
x
Reference in New Issue
Block a user