commit | 94facb075946c9b59288ae2815b0c99e1ffb4ef9 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Fri Nov 19 01:10:09 2021 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Nov 19 01:10:09 2021 +0000 |
tree | b15878109bfa63d6d12c0fd63bfe6b14fa9e43db | |
parent | c96993d138ea9ba447fc3b3dbbbf4879fd8c20db [diff] | |
parent | faed11d2a1c9a9bb06ba855d5b551b231dd6bf82 [diff] |
Merge "Add missing ml2, L2 and L3 agent functions to devstack"
diff --git a/stack.sh b/stack.sh index ead56e6..b5dc0ee 100755 --- a/stack.sh +++ b/stack.sh
@@ -1069,7 +1069,7 @@ # Write a clouds.yaml file and use the devstack-admin cloud write_clouds_yaml -export OS_CLOUD=devstack-admin +export OS_CLOUD=${OS_CLOUD:-devstack-admin} if is_service_enabled keystone; then echo_summary "Starting Keystone"