Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Jan 6, 2024
1 parent d709bd6 commit 450cb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/unfurl-motivation/lib/openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ node_types:
openstack security group create {{ SELF.instance_name }} >/dev/null
openstack security group rule create --protocol tcp --dst-port {{ SELF.port }} --remote-ip 0.0.0.0/0 --ingress --ethertype IPv4 {{ SELF.instance_name }} >/dev/null
openstack server create --flavor {{ SELF.flavor }} --image "{{ SELF.image }}" --key-name {{ SELF.key_name }} --security-group {{ SELF.security_group }} --security-group {{ SELF.instance_name }} --wait {{ SELF.instance_name }} >/dev/null
openstack server create --flavor {{ SELF.flavor }} --image "{{ SELF.image }}" --key-name {{ SELF.key_name }} --security-group {{ SELF.security_group }} --security-group {{ SELF.instance_name }} --network {{ SELF.network }} --wait {{ SELF.instance_name }} >/dev/null
sleep 60
openstack server show {{ SELF.instance_name }} --format=json
inputs:
Expand Down

0 comments on commit 450cb2a

Please sign in to comment.