Method: KnifeCloudstack::CsServerStart#connection
- Defined in:
- lib/chef/knife/cs_server_start.rb
#connection ⇒ Object
80 81 82 83 84 85 86 87 88 89 |
# File 'lib/chef/knife/cs_server_start.rb', line 80 def connection unless @connection @connection = CloudstackClient::Connection.new( locate_config_value(:cloudstack_url), locate_config_value(:cloudstack_api_key), locate_config_value(:cloudstack_secret_key) ) end @connection end |