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:
Stan Lagun 2015-08-12 19:49:48 +03:00
parent c31739dbdd
commit 07c7b3e4cf

View File

@ -47,7 +47,7 @@ Methods:
template: $template
secGroupName:
get_resource: $securityGroupName
instanceFipOutput: instanceFipOutput
instanceFipOutput: $instanceFipOutput
generateSecurityGroupManager: