Bug 535763 (RHQ-2425)

Summary: Port argument for CLI start-up script ignored unless host argument also specified
Product: [Other] RHQ Project Reporter: John Sanda <jsanda>
Component: CLIAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: cwelton, jshaughn
Target Milestone: ---Keywords: SubBug
Target Release: ---   
Hardware: All   
OS: All   
URL: http://jira.rhq-project.org/browse/RHQ-2425
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-09 15:50:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 535621    
Bug Blocks: 565628    

Description John Sanda 2009-09-15 15:02:00 UTC
You can specify the port and host with the start up script which is useful for connecting to different hosts and for running over SSL. Consider the following,

$ rhq-cli.sh -u rhqadmin -p rhqadmin -s localhost --port=7443 

The above will log me into the server running on localhost and will communications will be over SSL. If however, I leave out the host (-s) option, the port is ignored and the default (7080) is used. This needs to be modified so that the port is not ignored even when the host is not specified.

Comment 1 John Sanda 2009-09-15 15:02:42 UTC
Discovered this as a result of testing RHQ-2298

Comment 2 Red Hat Bugzilla 2009-11-10 21:04:13 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-2425


Comment 3 wes hayutin 2010-02-16 16:56:45 UTC
Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs.

keyword:
new = Tracking + FutureFeature + SubBug

Comment 4 wes hayutin 2010-02-16 17:02:02 UTC
making sure we're not missing any bugs in rhq_triage

Comment 5 Corey Welton 2010-10-07 03:44:13 UTC
Triaged 5-Oct

Comment 6 Jay Shaughnessy 2014-05-09 15:50:17 UTC
This may have been fixed, if not I think this has expired.