Application uri should contain port

Bug #1446814 reported by Devdatta Kulkarni
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Solum
Fix Released
Undecided
Unassigned

Bug Description

Currently the solum app show <app-name> command show application uri, but it does not include port in it.

Example below:

vagrant@devstack:/opt/stack/solum$ solum app show cherrypy-11
+-----------------+---------------------------------------------------------------------+
| Property | Value |
+-----------------+---------------------------------------------------------------------+
| status | READY |
| description | python web app |
| application_uri | 172.24.4.13 |
| uri | http://10.0.2.15:9777/v1/plans/ea81bb0a-d1da-4e91-8242-6f7e06347c6c |
| name | cherrypy-11 |
| trigger_uri | |
| uuid | ea81bb0a-d1da-4e91-8242-6f7e06347c6c |
+-----------------+---------------------------------------------------------------------+

The above application_uri will work (in response to curl, for example) only if the port is '80' as that is the default port used.
But if user has specified a different port then just the application_uri is not enough to curl the application.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to solum (master)

Reviewed: https://review.openstack.org/176028
Committed: https://git.openstack.org/cgit/stackforge/solum/commit/?id=154e98e311ae02180133c873cc96664b9a5e5c5c
Submitter: Jenkins
Branch: master

commit 154e98e311ae02180133c873cc96664b9a5e5c5c
Author: Devdatta Kulkarni <email address hidden>
Date: Tue Apr 21 13:42:21 2015 -0500

    Changing the application_uri to include port along with host_ip

    Closes-Bug: 1446814

    Change-Id: Ibdee6a48c7a8be003097cd412a44c6d718af1ede

Changed in solum:
status: New → Fix Committed
Adrian Otto (aotto)
Changed in solum:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.