diff --git a/src/vnm_mad/remotes/elastic/equinix_vnm.rb b/src/vnm_mad/remotes/elastic/equinix_vnm.rb index eefacd53f0..2f1ac79fc3 100644 --- a/src/vnm_mad/remotes/elastic/equinix_vnm.rb +++ b/src/vnm_mad/remotes/elastic/equinix_vnm.rb @@ -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