Disable tempest in the sample devstack config file
We have to temporarily disable tempest as Ironic tempest configuration currently depends on Nova baremetal flavor Change-Id: I95b3727a4c138dee490c6fe72f872859ecbcc71d
This commit is contained in:
parent
77bc920cf8
commit
8a2cf39333
@ -242,6 +242,9 @@ Switch to the stack user and clone DevStack::
|
|||||||
Create devstack/local.conf with minimal settings required to enable Nimble
|
Create devstack/local.conf with minimal settings required to enable Nimble
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
As Ironic tempest configuration depends on baremetal flavor, we have to
|
||||||
|
temporarily disable tempest in the devstack config file to make it work
|
||||||
|
with Ironic.
|
||||||
It's ok to enable Horizon, Nova and Cinder services, they don't impact
|
It's ok to enable Horizon, Nova and Cinder services, they don't impact
|
||||||
Nimble at all, disable them in the demo configuration to only deploy the
|
Nimble at all, disable them in the demo configuration to only deploy the
|
||||||
dependent services
|
dependent services
|
||||||
@ -287,6 +290,8 @@ Create devstack/local.conf with minimal settings required to enable Nimble
|
|||||||
disable_service nova n-api n-cpu n-cond n-sch n-novnc n-cauth
|
disable_service nova n-api n-cpu n-cond n-sch n-novnc n-cauth
|
||||||
# Disable Cinder
|
# Disable Cinder
|
||||||
disable_service cinder c-sch c-api c-vol
|
disable_service cinder c-sch c-api c-vol
|
||||||
|
# Disable Tempest
|
||||||
|
disable_service tempest
|
||||||
|
|
||||||
# Swift temp URL's are required for agent_* drivers.
|
# Swift temp URL's are required for agent_* drivers.
|
||||||
SWIFT_ENABLE_TEMPURLS=True
|
SWIFT_ENABLE_TEMPURLS=True
|
||||||
|
Loading…
Reference in New Issue
Block a user