Added includes for volume

This commit is contained in:
John Dewey
2012-12-12 15:47:17 -08:00
parent 494c104d8a
commit dc5dc57fbf

View File

@@ -18,6 +18,11 @@
# limitations under the License.
#
class ::Chef::Recipe
include ::Openstack
include ::Opscode::OpenSSL::Password
end
platform_options = node["cinder"]["platform"]
platform_options["cinder_volume_packages"].each do |pkg|