From c7f32a56941cbb44f4238bf4ffb8fac62d50b715 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Sat, 8 Sep 2018 16:20:22 -0700 Subject: [PATCH] Add designate to default kitchen scenario Change-Id: If28a3870a3822c257da20ef3bbefcd1a43789bcd --- .kitchen.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index 38e18ec..57fe2f3 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -91,6 +91,10 @@ suites: - recipe[openstack-orchestration::api] - recipe[openstack-orchestration::api-cfn] - recipe[openstack-orchestration::identity_registration] + - recipe[openstack-dns::api] + - recipe[openstack-dns::central] + - recipe[openstack-dns::sink] + - recipe[openstack-dns::identity_registration] - recipe[openstack-image::image_upload] - recipe[openstack-dashboard::horizon] - recipe[openstack-dashboard::neutron-lbaas-dashboard]