![Ian Wienand](/assets/img/avatar_default.png)
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: Id6d29c0c5c0e993c90570f3e7e257734e9dbff06
28 lines
849 B
Plaintext
28 lines
849 B
Plaintext
[[local|localrc]]
|
|
############################################################
|
|
# Customize the following HOST_IP based on your installation
|
|
############################################################
|
|
HOST_IP=127.0.0.1
|
|
SERVICE_HOST=127.0.0.1
|
|
SERVICE_PASSWORD=devstack
|
|
ADMIN_PASSWORD=devstack
|
|
SERVICE_TOKEN=devstack
|
|
DATABASE_PASSWORD=root
|
|
RABBIT_PASSWORD=password
|
|
ENABLE_HTTPD_MOD_WSGI_SERVICES=True
|
|
KEYSTONE_USE_MOD_WSGI=True
|
|
|
|
# Logging
|
|
LOGFILE=$DEST/logs/stack.sh.log
|
|
VERBOSE=True
|
|
ENABLE_DEBUG_LOG_LEVEL=True
|
|
ENABLE_VERBOSE_LOG_LEVEL=True
|
|
GIT_BASE=${GIT_BASE:-https://git.openstack.org}
|
|
|
|
APMEC_MODE=standalone
|
|
USE_BARBICAN=True
|
|
enable_plugin networking-sfc ${GIT_BASE}/openstack/networking-sfc
|
|
enable_plugin barbican ${GIT_BASE}/openstack/barbican
|
|
enable_plugin mistral ${GIT_BASE}/openstack/mistral
|
|
enable_plugin apmec ${GIT_BASE}/openstack/apmec
|