From 6d797019ab83a0429f123293c438a2cd9c8d9e36 Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Mon, 18 Aug 2014 22:31:42 -0400 Subject: [PATCH] Add neutron::config to network control classgroups Most class groups now include the ::config class. These generic classes make it possible to add arbitrary configuration for items that don'thave full class params either because such haven't been added yet or because they're seldom used. However we don't currently include the neutron::config class in the classgroups related to network controllers. This patch corrects the oversight. Change-Id: I82fef066cf7052220fcfc5f3f2a6f1fb8f47bfb3 Closes-Bug: #1358533 --- data/class_groups/network_controller.yaml | 1 + data/class_groups/provider_network_controller.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/data/class_groups/network_controller.yaml b/data/class_groups/network_controller.yaml index 807affa..413fbc4 100644 --- a/data/class_groups/network_controller.yaml +++ b/data/class_groups/network_controller.yaml @@ -11,3 +11,4 @@ classes: - "%{network_service}::agents::%{network_plugin}" - "%{network_service}::services::fwaas" - "%{network_service}::plugins::%{network_plugin}" + - "%{network_service}::config" diff --git a/data/class_groups/provider_network_controller.yaml b/data/class_groups/provider_network_controller.yaml index c004c6c..1a9a643 100644 --- a/data/class_groups/provider_network_controller.yaml +++ b/data/class_groups/provider_network_controller.yaml @@ -3,3 +3,4 @@ classes: - "%{network_service}::agents::dhcp" - "%{network_service}::agents::%{network_plugin}" - "%{network_service}::server::notifications" + - "%{network_service}::config"