Github user Vishanth commented on a diff in the pull request: https://github.com/apache/stratos/pull/277#discussion_r27942691 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/parser/DefaultApplicationParser.java --- @@ -378,13 +374,13 @@ private Application buildCompositeAppStructure(ApplicationContext applicationCon // get hostname and cluster id ClusterInformation clusterInfo; - if (cartridgeInfo.getMultiTenant()) { + if (cartridge.getMultiTenant()) { --- End diff -- Yes that will be appropriate. Will make the changes.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---