fix catalog v3
This commit is contained in:
parent
319655482f
commit
6a3811a4e2
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue