GitHub user pedro-martins reopened a pull request:
https://github.com/apache/cloudstack/pull/856
Removed the empty class 'com.cloud.deploy.PlannerBase'
Removed the PlannerBase class because it is does not bring contribution to
ACS' code.
We changed com.cloud.deploy.FirstFitPlanner, now it doesnât extends the
PlannerBase and implements the com.cloud.deploy.DeploymentPlanner.
We also removed the method
com.cloud.deploy.DeploymentPlanner.check(VirtualMachineProfile, DeploymentPlan,
DeployDestination, ExcludeList) that was not used anywhere.
Additionally, we removed the â_â from FirstFitPlanner's attributes
name, in order to have them in a more standard way.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rafaelweingartner/cloudstack
master-lrg-cs-hackday-004
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/856.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #856
----
----
---
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.
---