1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-10 13:57:22 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,10 +60,7 @@ require 'equinix'
class EquinixProvider
def initialize(provider, host)
@eq_token = provider.body['connection']['token']
@eq_project = provider.body['connection']['project']
@eq_endpoint = ENDPOINT
@eq_token = provider.body['connection']['token']
@deploy_id = host['TEMPLATE/PROVISION/DEPLOY_ID']
end