mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-29 09:49:28 +03:00
M #-: Remove refactor leftover (#2737)
This commit is contained in:
@ -60,10 +60,7 @@ require 'equinix'
|
|||||||
class EquinixProvider
|
class EquinixProvider
|
||||||
|
|
||||||
def initialize(provider, host)
|
def initialize(provider, host)
|
||||||
@eq_token = provider.body['connection']['token']
|
@eq_token = provider.body['connection']['token']
|
||||||
@eq_project = provider.body['connection']['project']
|
|
||||||
@eq_endpoint = ENDPOINT
|
|
||||||
|
|
||||||
@deploy_id = host['TEMPLATE/PROVISION/DEPLOY_ID']
|
@deploy_id = host['TEMPLATE/PROVISION/DEPLOY_ID']
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user