On Mon, Mar 18, 2013 at 12:14:17PM -0700, Prachi Damle wrote: > Already committed to master. > > > > Commit hash: d9b85e397d10f2291058ff972094decd8fc4ad7d > > > > -------------- > > CLOUDSTACK-1706 Failed to deploy VM with error "cannot find > DeployPlannerSelector" > > > > Changes: > > > > - Regular plugin/adapter components should usually be loaded at run level > RUNLEVEL_COMPONENT(5) > > - HypervisorVmPlannerSelector was at level 0, while configurationServer at > level 2 - causing config to be not loaded for the HypervisorVmPlannerSelector > > > > Contained in branches: master > > Contained in no tag > > >
Applied: commit b66ee305667358ef4b592cc866eefeba3375a905 Author: Prachi Damle <pra...@cloud.com> Date: Mon Mar 18 12:03:57 2013 -0700 CLOUDSTACK-1706 Failed to deploy VM with error "cannot find DeployPlannerSelector" Changes: - Regular plugin/adapter components should usually be loaded at run level RUNLEVEL_COMPONENT(5) - HypervisorVmPlannerSelector was at level 0, while configurationServer at level 2 - causing config to be not loaded for the HypervisorVmPlannerSelector