Hide Forgot
Description of problem: Create an application,and try to show details of the given deployment(state is active) for this application via `rhc deployment-show`,but it returns something like "State: <error>". Version-Release number of selected component (if applicable): rhc-1.16.0 build from fork_ami_origin_ui_82_889 fork_ami_origin_ui_82_889 devenv_3874 How reproducible: Always Steps to Reproduce: 1.Create an application 2.List deployment via `rhc deployment-list` 3.Show details of the given deployment via `rhc deployment-show` Actual results: 2.[wsun@dhcp-8-229 ~]$ rhc deployment-list perlt perlt @ http://perlt-wsun82d3874.dev.rhcloud.com/ (uuid: 52550050bdf988c215000294) ---------------------------------------------------------------------------------- Deployment: auto Keep Deployments: 1 Deployment Type: git Deployment Branch: master Deployment ID a8369a7e (active) ------------------------------- Ref: master Sha1: 4cc80b9 Hot Deploy: false Created At: 3:05 PM Force Clean Build: false Activations: 3:06 PM 3.[wsun@dhcp-8-229 ~]$ rhc deployment-show -a perlt --id a8369a7e a8369a7e -------- ID: a8369a7e Ref: master Hot Deploy: false State: <error> Expected results: State should be active. Additional info:
Fixed in the pull request and fork_ami_origin_ui_82_897.
(In reply to Fabiano Franz from comment #1) > Fixed in the pull request and fork_ami_origin_ui_82_897. Verified it with rhc on fork_ami_origin_ui_82_899, state is removed, not sure if it's intended [root@ip-10-154-178-162 ~]# rhc deployment-list -a phps Deployment ID f136e781 (active) ------------------------------- Git Reference: master SHA1: 6eea044 Created At: 5:58 AM Hot Deploy: false Force Clean Build: false Activations: 6:00 AM Use 'rhc show-app phps --configuration' to check your deployment configurations. [root@ip-10-154-178-162 ~]# rhc deployment-show --id f136e781 -a phps Deployment ID f136e781 ---------------------- Git Reference: master SHA1: 6eea044 Created At: 5:58 AM Hot Deploy: false Force Clean Build: false Activations: 6:00 AM