Skip to content

Instantly share code, notes, and snippets.

@sc68cal
Last active October 12, 2016 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sc68cal/3dc96bd2281adf6cdd78e87676dd4c5b to your computer and use it in GitHub Desktop.
Save sc68cal/3dc96bd2281adf6cdd78e87676dd4c5b to your computer and use it in GitHub Desktop.
diff --git a/features.yaml b/features.yaml
index 976283f..2d1749f 100644
--- a/features.yaml
+++ b/features.yaml
@@ -57,7 +57,7 @@ branches:
# Normalized branch names only here, e.g. stable/icehouse => icehouse
allowed: [master, ocata, newton, mitaka, liberty, kilo, juno, icehouse]
-features:
+controller:
default:
base:
services: [mysql, rabbit, dstat]
@@ -181,3 +181,17 @@ features:
rm-services: [tls-proxy]
newton:
rm-services: [tls-proxy]
+
+worker:
+
+ default:
+ base:
+ services: [rabbit]
+
+ nova:
+ base:
+ services: [n-cpu]
+
+ neutron:
+ base:
+ services: [q-agt]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment