| Summary: | Node returns "HAProxy instance is started" as CLIENT_MESSAGE during create | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Clayton Coleman <ccoleman> |
| Component: | Containers | Assignee: | Jhon Honce <jhonce> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | yadu |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-29 12:46:51 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Clayton Coleman
2013-08-24 17:46:33 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/8cc18248bbe9ec6acaf5e83de3bfadf485e2f45f Bug 1000727 - HAProxy using CLIENT_MESSAGE for status messages test on devenv_3711
no CLINET_MESSAGE "HAProxy instance is started" returned when creating app with CLI or restapi.
1) CLI:
[root@Daphne test]# rhc app create phps php-5.3 -s
Application Options
-------------------
Namespace: 111
Cartridges: php-5.3
Gear Size: default
Scaling: yes
Creating application 'phps' ... done
Waiting for your DNS name to be available ... done
2) restapi:
<messages>
<message>
<severity>info</severity>
<text>Application perlapp was created.</text>
<exit-code>0</exit-code>
<field nil="true"></field>
</message>
</messages>
<version>1.6</version>
<api-version>1.6</api-version>
<supported-api-versions>
move bug to verified.
|