MyNixOS website logo
option

programs.openstackclient.publicClouds

Public information about clouds.

Configuration written to $XDG_CONFIG_HOME/openstack/clouds-public.yaml. See https://docs.openstack.org/python-openstackclient/latest/configuration/index.html#clouds-public-yaml.

Declarations
Type
YAML value
Default
{ }
Example
{
  example-cloud = {
    auth = {
      auth_url = "https://identity.cloud.example.com/v2.0";
    };
  };
};