Created attachment 675238 [details] Lack a dot in the front of the "rhcloud.com" in the domain update page. Description of problem: When creating or updating domain name, lack of a dot after the input form of new domain name. Version-Release number of selected component (if applicable): devenv_2649, PROD How reproducible: always Steps to Reproduce: 1.Create a domain name, using jia 2.Update domain name Actual results: In page /app/account/domain and page /app/account/domain/edit , the public url of the application shown as: http://applicationname–jia rhcloud.com See the attached file Expected results: There should be a dot in the front of "rhcloud.com" ,like: http://applicationname–jia.rhcloud.com Additional info:
Fixed in https://github.com/openshift/origin-server/pull/1139
(In reply to comment #1) Tested on devenv_2662, the code is not merged, but it really worked if I made the following changes manually to ./opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-console-1.3.3/app/views/domains/_form.html.haml on instance: - %span.add-on>= RestApi.application_domain_suffix + %span.add-on>= ".#{RestApi.application_domain_suffix}" Will test it again when the code is in.
Tested on devenv_2669, the dot has been added on change domain page, verify this bug.
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/7d04af0491ec3ea030bd4ca0b25571fab50cf773 Bug 893298 - fixing the missing . on the site /account page