Remove nova cert from devstack examples

As a followup to I2c78a0c6599b92040146cf9f0042cff8fd2509c3, the nova
cert service should be removed from the devstack local.conf examples.

Without this fix, stacking will fail is USE_SCREEN=True

Change-Id: Ifb7fc1e423abf6f1509a0724e45b352fdb908def
This commit is contained in:
Nir Magnezi 2017-05-23 00:02:33 +03:00
parent 851b075b6e
commit 15feef13c3
3 changed files with 1 additions and 3 deletions

View File

@ -35,7 +35,7 @@ SCREEN_LOGDIR=/opt/stack/logs
# Pre-requisite
ENABLED_SERVICES=key,rabbit,mysql
# Nova
ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch
ENABLED_SERVICES+=,n-api,n-obj,n-cpu,n-cond,n-sch
# Glance
ENABLED_SERVICES+=,g-api,g-reg
# Neutron

View File

@ -34,7 +34,6 @@ enable_service horizon
# Nova
enable_service n-api
enable_service n-crt
enable_service n-cpu
enable_service n-cond
enable_service n-sch

View File

@ -47,7 +47,6 @@ enable_service horizon
# Nova
enable_service n-api
enable_service n-crt
enable_service n-cpu
enable_service n-cond
enable_service n-sch