Add notifications class to provider class group

Add neutron::server::notifications class to provider network class group
so that Nova <-> Neutron notifications get configured.

Change-Id: I5e39a84ca04558e8650199ad88938a51700c869e
Partial-Bug: #1353671
This commit is contained in:
Chris Ricker
2014-08-07 10:34:46 -04:00
parent 75ead64890
commit 80267d0cb5

View File

@@ -2,3 +2,4 @@ classes:
- "%{network_service}"
- "%{network_service}::agents::dhcp"
- "%{network_service}::agents::%{network_plugin}"
- "%{network_service}::server::notifications"