56e50ee5cf
Move common openstack service installation operations into a new script `os-svc-install`, which simplifies the elements for openstack services. Change-Id: Ied8ac3278e7fe8af76e24748ec4e598a84afa03c
8 lines
146 B
Bash
Executable File
8 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
set -eux
|
|
|
|
install-packages python-pip
|
|
|
|
install -m 0755 -o root -g root $(dirname $0)/../os-svc-install /usr/local/bin/os-svc-install
|
|
|