33d42acb04
This patch updates the installation doc for the devstack plugin. It also removes the Vagrant option as it has not been maintained in quite some time. Change-Id: I97fc2fac0cb29b1059b668bbe817a2778a8a4a70
15 lines
399 B
Plaintext
15 lines
399 B
Plaintext
[[local|localrc]]
|
|
disable_all_services
|
|
|
|
# To use a specific branch:
|
|
# enable_plugin barbican https://opendev.org/openstack/barbican stable/<release-name>
|
|
enable_plugin barbican https://opendev.org/openstack/barbican
|
|
|
|
enable_service rabbit mysql key
|
|
|
|
# Modify passwords as needed
|
|
DATABASE_PASSWORD=secretdatabase
|
|
RABBIT_PASSWORD=secretrabbit
|
|
ADMIN_PASSWORD=secretadmin
|
|
SERVICE_PASSWORD=secretservice
|