6 lines
96 B
Bash
6 lines
96 B
Bash
#!/bin/sh
|
|
|
|
# https://openstack.redhat.com/Quickstart
|
|
|
|
packstack --answer-file=packstack.answers
|