fix catalog v3

This commit is contained in:
clemkeirua 2020-06-19 08:09:42 +02:00 committed by simon lehericey
parent 319655482f
commit 6a3811a4e2
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ require 'fog/openstack/auth/catalog/v3'
module Fog::OpenStack::Auth::Catalog
class V3
def endpoint_url(endpoint, interface)
url = endpoint["#{interface}URL"]
url = endpoint["url"]
if interface == 'public'
publicize(url)