Search code examples
openshiftopenshift-client-tools

Openshift rhc alias-add doesn't work with -l username


alias-list works with -l username_2

rhc alias-list blog -l username_2

wheras

rhc alias-add blog www.somedomain.com -l username_2

doesn't take into account -l username2 it will create alias for username_1 instead

How to add alias to account 2 ?


Solution

  • Hmm.. thats strange. There is express.conf file in User home ~/.openshift directory. This file has a property called default_rhlogin. Try changing this property with username_2 and check if this works.