From fba815f9c0b3dd661bda7323a1781bc8b516072a Mon Sep 17 00:00:00 2001 From: Dustin Schoenbrun Date: Fri, 20 Jan 2017 11:46:56 -0500 Subject: [PATCH] Enable configuration of manila service This change allows the config_tempest.py script to be able to configure Tempest to Test Manila by default by adding it to the list of available services. Change-Id: Ic21752f723b5856fbdbc76b55b81d9eec949aa2d --- config_tempest/config_tempest.py | 1 + .../enable-manila-in-config-script-16fa079d3d70e922.yaml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 releasenotes/notes/enable-manila-in-config-script-16fa079d3d70e922.yaml diff --git a/config_tempest/config_tempest.py b/config_tempest/config_tempest.py index ffdbd168..87086114 100755 --- a/config_tempest/config_tempest.py +++ b/config_tempest/config_tempest.py @@ -78,6 +78,7 @@ SERVICE_NAMES = { 'network': 'neutron', 'object-store': 'swift', 'orchestration': 'heat', + 'share': 'manila', 'telemetry': 'ceilometer', 'volume': 'cinder', 'messaging': 'zaqar', diff --git a/releasenotes/notes/enable-manila-in-config-script-16fa079d3d70e922.yaml b/releasenotes/notes/enable-manila-in-config-script-16fa079d3d70e922.yaml new file mode 100644 index 00000000..c8620680 --- /dev/null +++ b/releasenotes/notes/enable-manila-in-config-script-16fa079d3d70e922.yaml @@ -0,0 +1,9 @@ +--- +prelude: > + Added the ability to enable the testing of the + shared file system service (manila) by default + if the service is enabled. +fixes: + - Added the ability to enable the testing of the + shared file system service (manila) by default + if the service is enabled.