crowbar/crowbar-hyperv

View on GitHub
chef/cookbooks/hyperv/recipes/do_nova.rb

Summary

Maintainability
A
0 mins
Test Coverage
raise unless node[:platform_family] == "windows"

include_recipe "hyperv::config_common_openstack"
include_recipe "hyperv::openstack_install_neutron"
include_recipe "hyperv::openstack_install_networking_hyperv"
include_recipe "hyperv::openstack_install_nova"
include_recipe "hyperv::config_neutron"
include_recipe "hyperv::config_nova"
include_recipe "hyperv::register_services_neutron"
include_recipe "hyperv::register_services_nova"