Add missing vpnaas class in example manifest

examples/neutron was missing neutron::agents::vpnaas which is useful
for people wanting to write manifests based on puppet-neutron module.

Change-Id: I374c4315472d46397c1cc2152bd35e1cdfd7336a
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi 2013-11-22 00:00:17 +01:00
parent 66684b06df
commit 37d1c5b810
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class { 'neutron::server':
class { 'neutron::agents::dhcp': }
class { 'neutron::agents::l3': }
class { 'neutron::agents::lbaas': }
class { 'neutron::agents::vpnaas': }
# This plugin configures Neutron for OVS on the server
# Agent