See
https://ask.openstack.org/en/question/110271/error-unicode-object-has-no-attribute-get-heat/
This commit is contained in:
parent
aca5d696ad
commit
5b3e950e70
|
@ -48,7 +48,7 @@ resources:
|
||||||
internal_router:
|
internal_router:
|
||||||
type: OS::Neutron::Router
|
type: OS::Neutron::Router
|
||||||
properties:
|
properties:
|
||||||
external_gateway_info: { get_param: public_net }
|
external_gateway_info: { network: public_net }
|
||||||
|
|
||||||
internal_interface:
|
internal_interface:
|
||||||
type: OS::Neutron::RouterInterface
|
type: OS::Neutron::RouterInterface
|
||||||
|
|
Loading…
Reference in New Issue