[
https://issues.jboss.org/browse/JBIDE-9690?page=com.atlassian.jira.plugin...
]
Andre Dietisheim edited comment on JBIDE-9690 at 10/28/11 6:07 AM:
-------------------------------------------------------------------
Daniel McPherson just mailed that this was fixed and is going life on the 14th of
November:
{quote}
I remember someone asking for this but I can't find the email. Hoping it was someone
on this list who asked. Essentially the change is if you are doing any of the ctl-app
commands on the app (start|stop|force-stop|restart|reload|status|destroy) the cartridge
param within data is no longer required. This let us take 1 additional call out of
rhc-ctl-app to get the user-info. The change is in the devenv currently and will go to
production on ~11/14.
{quote}
was (Author: adietish):
Daniel McPherson just mailed that this was fixed and is going life on the 14th of
November:
<snip>
I remember someone asking for this but I can't find the email. Hoping it was someone
on this list who asked. Essentially the change is if you are doing any of the ctl-app
commands on the app (start|stop|force-stop|restart|reload|status|destroy) the cartridge
param within data is no longer required. This let us take 1 additional call out of
rhc-ctl-app to get the user-info. The change is in the devenv currently and will go to
production on ~11/14.
</snip>
Openshift service: Destroying an application requires you to indicate
the cartrdige that was used to create it
--------------------------------------------------------------------------------------------------------------
Key: JBIDE-9690
URL:
https://issues.jboss.org/browse/JBIDE-9690
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 3.3.0.M3
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: LATER
When destroying an application on openshift, you'd have to indicate the cartridge
that was used to create the application:
https://github.com/openshift/os-client-tools/blob/master/express/doc/API states for
application control:
{code}
Submit JSON String:
{
...
'cartridge': 'framework-type, e.g. php-5.3 - Valid types determined from
/broker/cartlist with cart_type of standalone',
...
}
{code}
"cartridge" is required in every application control request. This information
may be requested by listing all applications (request user info). This information is
already present on the server, there should be no need to provide this
"redundant" information. I already talked to the openshift team about this and
they agreed upon correcting this in a future release.
The purpose of this issue is to track the progress on the server side.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira