Remove YAML template trailing spaces

Change-Id: I36ae27a44bd9863df63bdff144f1773c774661b4
This commit is contained in:
Steve Baker 2012-11-27 15:23:40 +13:00
parent 9058be757f
commit 965618ac42
2 changed files with 11 additions and 11 deletions

View File

@ -4,7 +4,7 @@ Resources:
network: network:
Type: OS::Quantum::Net Type: OS::Quantum::Net
Properties: {name: the_network} Properties: {name: the_network}
unnamed_network: unnamed_network:
Type: 'OS::Quantum::Net' Type: 'OS::Quantum::Net'
admin_down_network: admin_down_network:
Type: OS::Quantum::Net Type: OS::Quantum::Net
@ -26,7 +26,7 @@ Resources:
fixed_ips: fixed_ips:
- subnet_id: {Ref: subnet} - subnet_id: {Ref: subnet}
ip_address: 10.0.3.21 ip_address: 10.0.3.21
router: router:
Type: 'OS::Quantum::Router' Type: 'OS::Quantum::Router'
router_interface: router_interface:
Type: OS::Quantum::RouterInterface Type: OS::Quantum::RouterInterface
@ -38,35 +38,35 @@ Outputs:
Value: Value:
Fn::GetAtt: [network, status] Fn::GetAtt: [network, status]
Description: Status of network Description: Status of network
port_device_owner: port_device_owner:
Value: Value:
Fn::GetAtt: [port, device_owner] Fn::GetAtt: [port, device_owner]
Description: Device owner of the port Description: Device owner of the port
port_fixed_ips: port_fixed_ips:
Value: Value:
Fn::GetAtt: [port, fixed_ips] Fn::GetAtt: [port, fixed_ips]
Description: Fixed IPs of the port Description: Fixed IPs of the port
port_mac_address: port_mac_address:
Value: Value:
Fn::GetAtt: [port, mac_address] Fn::GetAtt: [port, mac_address]
Description: MAC address of the port Description: MAC address of the port
port_status: port_status:
Value: Value:
Fn::GetAtt: [port, status] Fn::GetAtt: [port, status]
Description: Status of the port Description: Status of the port
port_show: port_show:
Value: Value:
Fn::GetAtt: [port, show] Fn::GetAtt: [port, show]
Description: All attributes for port Description: All attributes for port
subnet_show: subnet_show:
Value: Value:
Fn::GetAtt: [subnet, show] Fn::GetAtt: [subnet, show]
Description: All attributes for subnet Description: All attributes for subnet
network_show: network_show:
Value: Value:
Fn::GetAtt: [network, show] Fn::GetAtt: [network, show]
Description: All attributes for network Description: All attributes for network
router_show: router_show:
Value: Value:
Fn::GetAtt: [router, show] Fn::GetAtt: [router, show]
Description: All attributes for router Description: All attributes for router

View File

@ -4,7 +4,7 @@ Description: 'AWS CloudFormation Sample Template WordPress_Single_Instance:
template installs a single-instance WordPress deployment using a local MySQL database template installs a single-instance WordPress deployment using a local MySQL database
to store the data.' to store the data.'
Parameters: Parameters:
KeyName: KeyName:
Description: Name of an existing EC2 KeyPair to enable SSH access to the instances Description: Name of an existing EC2 KeyPair to enable SSH access to the instances
Type: String Type: String
InstanceType: InstanceType: