Remove trailing whitespaces

Change-Id: Ia691eb7ea315f60259473bd624ee72c4c2bbe89f
This commit is contained in:
Christian Berendt 2017-10-26 23:50:17 +02:00
parent 68d0a213b0
commit 082a488b02
3 changed files with 3 additions and 3 deletions

View File

@ -69,4 +69,4 @@ karbor_logging_debug: "{{ openstack_logging_debug }}"
karbor_keystone_user: "karbor"
openstack_karbor_auth: "{{ openstack_auth }}"
openstack_karbor_auth: "{{ openstack_auth }}"

View File

@ -40,4 +40,4 @@ panko_logging_debug: "{{ openstack_logging_debug }}"
panko_keystone_user: "panko"
openstack_panko_auth: "{{ openstack_auth }}"
openstack_panko_auth: "{{ openstack_auth }}"

View File

@ -75,7 +75,7 @@ ADMIN_SEC_GROUP=$(openstack security group list --project ${ADMIN_PROJECT_ID} |
# Sec Group Config
openstack security group rule create --ingress --ethertype IPv4 \
--protocol icmp ${ADMIN_SEC_GROUP}
--protocol icmp ${ADMIN_SEC_GROUP}
openstack security group rule create --ingress --ethertype IPv4 \
--protocol tcp --dst-port 22 ${ADMIN_SEC_GROUP}
# Open heat-cfn so it can run on a different host