Project

General

Profile

Bug #3555

Updated by Dominic Cleal over 10 years ago

Description of problem: 
 Even on using valid name/id parameters, hammer organization sub-commands: 
 add_environment, add_domain, add_subnet, add_user and more.  
 Also hammer architecture add_operatingsystem always fail. 

 Version-Release number of selected component (if applicable): 
 rubygem-hammer_cli_foreman-0.0.9-2.el6sat.noarch 
 rubygem-hammer_cli-0.0.8-2.el6sat.noarch 
 rubygem-foreman_api-0.1.7-3.el6sat.noarch 

 How reproducible: 
 always 

 Steps to Reproduce: 
 1. organization create --name org1 
 2. environment create --name envOne 
 3. organization add_environment --name org1 --environment-id 3 
 4. organization add_environment --name org1 --environment envOne 

 Actual results: 
 Error: resource or action not defined 

 Expected results: 
 It should be executed successfully 

 (https://bugzilla.redhat.com/show_bug.cgi?id=1025544)

Back