1
0
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:
Jan Orel
2023-09-18 19:48:13 +02:00
committed by GitHub
parent b4ebee7ff0
commit d0c4f30c4b

View File

@ -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