it '#get_endpoint_url' do
        stub_request(:post, 'http://localhost/identity/v2.0/tokens').
          to_return(
            :status  => 200,
            :body    => JSON.dump(auth_response_v2('identity', 'keystone')),