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
|
module Fog::OpenStack::Auth::Catalog
|
||||||
class V3
|
class V3
|
||||||
def endpoint_url(endpoint, interface)
|
def endpoint_url(endpoint, interface)
|
||||||
url = endpoint["#{interface}URL"]
|
url = endpoint["url"]
|
||||||
|
|
||||||
if interface == 'public'
|
if interface == 'public'
|
||||||
publicize(url)
|
publicize(url)
|
||||||
|
|
|
@ -8,8 +8,8 @@ openstack:
|
||||||
service: OpenStack
|
service: OpenStack
|
||||||
container: "<%= ENV['FOG_ACTIVESTORAGE_DIRECTORY'] %>"
|
container: "<%= ENV['FOG_ACTIVESTORAGE_DIRECTORY'] %>"
|
||||||
credentials:
|
credentials:
|
||||||
|
openstack_auth_url: "https://auth.cloud.ovh.net"
|
||||||
openstack_api_key: "<%= ENV['FOG_OPENSTACK_API_KEY'] %>"
|
openstack_api_key: "<%= ENV['FOG_OPENSTACK_API_KEY'] %>"
|
||||||
openstack_username: "<%= ENV['FOG_OPENSTACK_USERNAME'] %>"
|
openstack_username: "<%= ENV['FOG_OPENSTACK_USERNAME'] %>"
|
||||||
openstack_auth_url: "<%= ENV['FOG_OPENSTACK_URL'] %>"
|
|
||||||
openstack_region: "<%= ENV['FOG_OPENSTACK_REGION'] %>"
|
openstack_region: "<%= ENV['FOG_OPENSTACK_REGION'] %>"
|
||||||
openstack_temp_url_key: "<%= ENV['FOG_OPENSTACK_TEMP_URL_KEY'] %>"
|
openstack_temp_url_key: "<%= ENV['FOG_OPENSTACK_TEMP_URL_KEY'] %>"
|
||||||
|
|
Loading…
Reference in a new issue