From fe621f64661ca8f7b234dc42e9b1ab18e1402b88 Mon Sep 17 00:00:00 2001 From: Pascal Morillon <pascal.morillon@irisa.fr> Date: Tue, 4 Dec 2012 10:01:49 +0100 Subject: [PATCH] [admin] Remove pdu generation from g5k_generator until pdus resources are not describes everywhere --- generators/lib/g5k_generator.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generators/lib/g5k_generator.rb b/generators/lib/g5k_generator.rb index 4c800ddebf9..25da1052586 100755 --- a/generators/lib/g5k_generator.rb +++ b/generators/lib/g5k_generator.rb @@ -194,9 +194,9 @@ module G5K def node(uid, *options, &block) build_context(:nodes, uid, *options, &block) end - def pdu(uid, *options, &block) - build_context(:pdus, uid, *options, &block) - end + # def pdu(uid, *options, &block) + # build_context(:pdus, uid, *options, &block) + # end def service(uid, *options, &block) build_context(:services, uid, *options, &block) end -- GitLab