Enable Neutron Metadata Agent in Tempest jobs

Neutron Metadta Agent and Nova Metadata API are responsible for
providing cloud init with networking config, but also for injecting
keys. Our Tempest gates were having those services disabled which
resulted in VMs not getting correct keypairs. This made them impossible
to SSH into from Tempest tests.

This commit solves it by adding q-meta and n-api-meta services to
Tempest gates.

Change-Id: I61629b3054549f8c89d73a65188f711414c91937
This commit is contained in:
Michał Dulko 2017-11-06 18:14:09 +01:00
parent 234197712b
commit db4b51442b
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@
enable_service q-dhcp
enable_service q-l3
enable_service q-svc
enable_service q-meta
# Keystone
enable_service key
# dependencies
@ -45,6 +46,7 @@
enable_service rabbit
# Nova
enable_service n-api
enable_service n-api-meta
enable_service n-cpu
enable_service n-cond
enable_service n-sch