Skip to content

Commit

Permalink
Merge pull request apache#284 from liu-sheng/fix-packer-devstack-mitaka
Browse files Browse the repository at this point in the history
Add OS_DOMAIN_ID env for Packer job with Mitaka devstack
  • Loading branch information
kiwik authored Aug 9, 2018
2 parents 6f606f1 + 1996393 commit 97b0fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/packer-functional-devstack/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
# NOTE: openstackclient CLI options are not compatible in Mitaka and other release
if [ "{{ global_env.OS_BRANCH }}" == "stable/mitaka" ]; then
openstack security group rule create --proto tcp --dst-port 22 $sg_id
export OS_DOMAIN_ID=default
else
openstack security group rule create --ingress --protocol tcp --dst-port 22 $sg_id
fi
Expand Down

0 comments on commit 97b0fe4

Please sign in to comment.