diff --git a/lib/cct/commands/openstack.rb b/lib/cct/commands/openstack.rb index 59feeb5..8d11115 100644 --- a/lib/cct/commands/openstack.rb +++ b/lib/cct/commands/openstack.rb @@ -86,7 +86,7 @@ def create name, options={} def add name, options={} params.clear yield params - all_params = ["add", name, "--format=shell"].concat(params.extract!(options)) + all_params = ["add", name].concat(params.extract!(options)) OpenStruct.new(shell_parse(exec!(all_params).output)) end