Remove nova-consoleauth

Deprecated in Rocky, removed in Train.

Change-Id: I6957de66ae058921cbe8e55d5c74fadc6a111dfe
This commit is contained in:
Roger Luethi 2019-11-21 07:04:35 +01:00
parent eeeac528c5
commit 85ec352b54
3 changed files with 3 additions and 12 deletions

View File

@ -144,14 +144,6 @@ function wait_for_nova_services {
source "$CONFIG_DIR/admin-openstackrc.sh"
echo "Checking for nova services in openstack compute service list."
echo -n " nova-consoleauth"
until openstack compute service list --service nova-consoleauth | \
grep -q '| up '; do
sleep 1
echo -n .
done
echo
echo -n " nova-scheduler"
until openstack compute service list --service nova-scheduler | \
grep -q '| up '; do

View File

@ -36,8 +36,7 @@ apt_download keystone python3-openstackclient apache2 \
apt_download glance python3-glanceclient
# Nova Controller
apt_download nova-api nova-conductor nova-consoleauth \
nova-novncproxy nova-scheduler
apt_download nova-api nova-conductor nova-novncproxy nova-scheduler
# Placement Controller
apt_download nova-placement-api

View File

@ -110,8 +110,8 @@ openstack endpoint create \
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
echo "Installing nova for controller node."
sudo apt install -y nova-api nova-conductor nova-consoleauth \
nova-novncproxy nova-scheduler nova-placement-api
sudo apt install -y nova-api nova-conductor nova-novncproxy nova-scheduler \
nova-placement-api
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Reduce memory usage (not in install-guide)