We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8498fc1 + da5f5d2 commit 76dd359Copy full SHA for 76dd359
lib/vagrant-cloudstack/action/run_instance.rb
@@ -29,7 +29,6 @@ def call(env)
29
network_id = domain_config.network_id
30
network_name = domain_config.network_name
31
network_type = domain_config.network_type
32
- #TODO: Fog currently does not support the project apis, when that is fixed we should add that here too.
33
project_id = domain_config.project_id
34
service_offering_id = domain_config.service_offering_id
35
service_offering_name = domain_config.service_offering_name
0 commit comments