Remove quotation marks of resource type

Change-Id: I672703e212d27a676a95b67efa5f2e9d403185f2
This commit is contained in:
Haiwei Xu 2015-02-24 16:23:37 +09:00
parent e6111f8822
commit 67301b6ff4

View File

@ -159,7 +159,7 @@ resources:
# assign a floating ip address to the load balancer
# pool.
lb_floating:
type: "OS::Neutron::FloatingIP"
type: OS::Neutron::FloatingIP
properties:
floating_network_id: {get_param: external_network_id}
port_id: {get_attr: [pool, vip, port_id]}