Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #961 from claco/v4.2.3rc
Browse files Browse the repository at this point in the history
Move cinder scheduler to where volume is located
  • Loading branch information
claco committed Jun 13, 2014
2 parents 0071bfc + aeae97b commit 506ac35
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions roles/cinder-volume.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
description "Cinder Volume Service"
run_list(
"role[base]",
"role[cinder-scheduler]",
"recipe[cinder::cinder-volume]",
"recipe[openstack-monitoring::cinder-volume]"
)
1 change: 0 additions & 1 deletion roles/ha-controller1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"role[nova-api-os-compute]",
"role[cinder-setup]",
"role[cinder-api]",
"role[cinder-scheduler]",
"role[ceilometer-setup]",
"role[ceilometer-api]",
"role[ceilometer-collector]",
Expand Down
1 change: 0 additions & 1 deletion roles/ha-controller2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"role[nova-api-os-compute]",
"role[nova-network-controller]",
"role[cinder-api]",
"role[cinder-scheduler]",
"role[ceilometer-api]",
"role[ceilometer-collector]",
"role[ceilometer-central-agent]",
Expand Down

0 comments on commit 506ac35

Please sign in to comment.