Github user kiuby88 commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/918#discussion_r45792293
--- Diff:
software/base/src/main/java/org/apache/brooklyn/entity/software/base/SoftwareProcessImpl.java
---
@@ -599,15 +561,67 @@ public void waitForEntityStart() {
*/
@Override
public final void start(final Collection<? extends Location>
locations) {
+
--- End diff --
This method fix the type location for this entity, for example ssh or PaaS.
So, it is not possible to start (migrate #924) the entity to a new kind of
location.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---