56e50ee5cf
Move common openstack service installation operations into a new script `os-svc-install`, which simplifies the elements for openstack services. Change-Id: Ied8ac3278e7fe8af76e24748ec4e598a84afa03c
5 lines
148 B
Bash
Executable File
5 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
set -eux
|
|
os-svc-install -n keystone -u keystone -r https://github.com/openstack/keystone.git -c "/opt/stack/keystone/bin/keystone-all"
|
|
|