Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fe621f64 authored by Pascal Morillon's avatar Pascal Morillon
Browse files

[admin] Remove pdu generation from g5k_generator until pdus resources are not describes everywhere

parent 8830f88a
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment