Devstack fixes and changes.
This commit is contained in:
parent
5d8afec78f
commit
c06d9839f3
@ -9,8 +9,9 @@ DATABASE_PASSWORD=$ADMIN_PASSWORD
|
||||
RABBIT_PASSWORD=$ADMIN_PASSWORD
|
||||
SERVICE_PASSWORD=$ADMIN_PASSWORD
|
||||
|
||||
# Use old-school screen instead of systemd
|
||||
USE_SCREEN=True
|
||||
# Force systemd-based service deployment
|
||||
USE_SCREEN=False
|
||||
USE_SYSTEMD=True
|
||||
|
||||
# Git fine tuning. HTTPS is usually enabled on firewalls.
|
||||
# Depth should be only one for upstream training purposes
|
||||
|
@ -47,3 +47,5 @@ EOF
|
||||
|
||||
sudo service mysql restart
|
||||
|
||||
# Unstack
|
||||
/opt/devstack/unstack.sh
|
||||
|
Loading…
Reference in New Issue
Block a user