Updated configuration and docs for MYSQL_PASSWORD

Updated MYSQL_PASSWORD to DATABASE_PASSWORD in sample
configuration and existing docs
Change-Id: Iafb295a0b7707e08a81e6528620db8543d40f7ae
This commit is contained in:
Swapnil (coolsvap) Kulkarni
2015年10月08日 13:10:43 +05:30
parent c756b5b5d4
commit c988bf6fde

View File

@@ -28,7 +28,7 @@
# and they will be added to ``local.conf``.
SERVICE_TOKEN=azertytoken
ADMIN_PASSWORD=nomoresecrete
MYSQL_PASSWORD=stackdb
DATABASE_PASSWORD=stackdb
RABBIT_PASSWORD=stackqueue
SERVICE_PASSWORD=$ADMIN_PASSWORD
Reference in New Issue
openstack/devstack
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.