From 806a52b12cbb88b79d2e117283f772a9349b63c2 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Fri, 30 Mar 2012 09:48:43 -0700 Subject: [PATCH] Remove deprecated param api_servers from nova::compute The usage of api_servers for the nova::compute module has been deprecated. This commit removes the invalid class parameter from the nova::compute declaration in the nova::all class. --- manifests/all.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/all.pp b/manifests/all.pp index cd6e06894..46356b007 100644 --- a/manifests/all.pp +++ b/manifests/all.pp @@ -54,10 +54,11 @@ class nova::all( rabbit_virtual_host => $rabbit_virtual_host, } - class { "nova::api": enabled => true } + class { "nova::api": + enabled => true + } class { "nova::compute": - api_server => $ipaddress, enabled => true, } class { 'nova::compute::libvirt':