Hide Forgot
Description of problem: when executing 'rhc-ctl-app -c expose-port' command, it only return success without any detail info. Version-Release number of selected component (if applicable): rhc-0.88.2-1.el6_2.noarch How reproducible: always Steps to Reproduce: 1.create an app #rhc app create -a testapp -t php-5.3 2.try to expose port of this app #rhc-ctl-app -a testapp -c expose-port 3. Actual results: [bmeng@localhost ~]$ rhc-ctl-app -a test1 -c expose-port RESULT: Success Expected results: should contain the exposed port number in the output Additional info:
The return values from expose and show-port are not being parsed by the API and setup behind the scenes as part of scaling. These commands were exposed for testing and aren't needed any more. commit c4b65c9 in li commit 6742a5b in os_client_utils
checked on devenv_1659, the expose-port command has been removed from client side. mark bug as verified.