Merge "Add generate-config option to kolla-ansible"
This commit is contained in:
commit
6aa81433db
@ -47,6 +47,7 @@ Commands:
|
|||||||
reconfigure Reconfigure OpenStack service
|
reconfigure Reconfigure OpenStack service
|
||||||
certificates Generate self-signed certificate for TLS *For Development Only*
|
certificates Generate self-signed certificate for TLS *For Development Only*
|
||||||
upgrade Upgrades existing OpenStack Environment
|
upgrade Upgrades existing OpenStack Environment
|
||||||
|
genconfig Generate configuration files for enabled OpenStack services
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -161,6 +162,10 @@ case "$1" in
|
|||||||
ACTION="Generate TLS Certificates"
|
ACTION="Generate TLS Certificates"
|
||||||
PLAYBOOK="${BASEDIR}/ansible/certificates.yml"
|
PLAYBOOK="${BASEDIR}/ansible/certificates.yml"
|
||||||
;;
|
;;
|
||||||
|
(genconfig)
|
||||||
|
ACTION="Generate configuration files for enabled OpenStack services"
|
||||||
|
EXTRA_OPTS="$EXTRA_OPTS -e action=config"
|
||||||
|
;;
|
||||||
(*) usage
|
(*) usage
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user