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
140 B
Bash
Executable File
5 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
set -eux
|
|
|
|
os-svc-install -n glance-api -u glance -r https://github.com/openstack/glance.git -c "/opt/stack/glance/bin/glance-api"
|