Skip to content

[core] override an endpoint with a new service name #1803

@kayrus

Description

@kayrus

Current endpoint override logic allows to specify only static URLs. There should be a way to specify a new alias by a new service name. E.g.

provider "openstack" {

  endpoint_overrides = {
    "network"  = "network-beta"
    "volumev2" = "volumev3"
  }

}

This logic was already implemented in gophercloud/utils#229 we need just to bump deps and adjust the docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions