Bug #5896
closedunable to set compute-resource's "Console passwords" option in API
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1100344
Description of problem:
I'm unable to set cumpute-resource's "Console passwords" option via hammer. Maybe it is there somewhere, but I can not find it.
Version-Release number of selected component (if applicable):
Satellite-6.0.3-RHEL-6-20140521.0
How reproducible:
always
Steps to Reproduce:
1. Try to find a way how to uncheck "Console passwords" checkbox bia hammer.
Using webUI that would be:
Infrastructure -> Compute Resources -> <your_compute_resource> [Edit] ->
-> Console passwords
Actual results:
I have not found it.
Expected results:
There should be a way to do so.
- hammer compute-resource -h
Usage:
hammer compute-resource [OPTIONS] SUBCOMMAND [ARG] ...
Parameters:
SUBCOMMAND subcommand
[ARG] ... subcommand arguments
Subcommands:
create Create a compute resource.
delete Delete a compute resource.
image View and manage compute resource's images
info Show an compute resource.
list List all compute resources.
update Update a compute resource.
Options:
-h, --help print help
- hammer compute-resource update -h
Usage:
hammer compute-resource update [OPTIONS]
Options:
--description DESCRIPTION
--id ID
--name NAME Name to search by
--new-name NEW_NAME
--password PASSWORD Password for RHEV, EC2, Vmware, Openstack. Secret key for EC2
--provider PROVIDER Providers include Libvirt, Ovirt, EC2, Vmware, Openstack, Rackspace, GCE
--region REGION for EC2 only
--server SERVER for Vmware
--tenant TENANT for Openstack only
--url URL URL for Libvirt, RHEV, and Openstack
--user USER Username for RHEV, EC2, Vmware, Openstack. Access Key for EC2.
--uuid UUID for RHEV, Vmware Datacenter
-h, --help print hel
Updated by Dominic Cleal over 10 years ago
- Category set to API
- Assignee deleted (
Dominic Cleal) - Difficulty set to trivial
The 'set_console_password' attribute of the compute resource model is missing from the API docs in app/controllers/api/*/compute_resources_controller.rb, then this can be added in Hammer.
Updated by Dominic Cleal over 10 years ago
- Copied to Bug #5898: unable to set compute-resource's "Console passwords" option via hammer added
Updated by Dominic Cleal over 10 years ago
- Copied to deleted (Bug #5898: unable to set compute-resource's "Console passwords" option via hammer)
Updated by Dominic Cleal over 10 years ago
- Subject changed from unable to set compute-resource's "Console passwords" option via hammer to unable to set compute-resource's "Console passwords" option in API
Updated by Dominic Cleal over 10 years ago
- Blocks Bug #5898: unable to set compute-resource's "Console passwords" option via hammer added
Updated by Joseph Magen over 10 years ago
- Status changed from New to Assigned
- Assignee set to Joseph Magen
- Target version set to 1.8.2
Updated by Joseph Magen over 10 years ago
- Status changed from Assigned to Ready For Testing
documentation update only to tell user how to do it
https://github.com/theforeman/foreman/pull/1471/files
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.2 to 1.8.1
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.1 to 1.8.0
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.0 to 1.7.5
Updated by The Foreman Bot over 10 years ago
- Pull request https://github.com/theforeman/foreman/pull/1471 added
Updated by Anonymous about 10 years ago
- Target version changed from 1.7.5 to 1.7.4
Updated by Anonymous about 10 years ago
- Target version changed from 1.7.4 to 1.7.3
Updated by Joseph Magen about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 553a0bebf0e68fad49fad54ead2f593e1065844a.
Updated by Daniel Lobato Garcia about 10 years ago
- Translation missing: en.field_release set to 22
I've set this to 1.6.1 as this can be considered a bug, setting compute resource passwords is something that we were supposed to have.