Skip to main content

A script to generate environment variables based on clouds.yaml details

Project description

A tool to convert from an OpenStack clouds.yaml file to environment variables. This can be useful when all you have is a clouds.yaml file but you need to work with a legacy tool like novaclient.

Like openstacksdk, clouds2env will look in the following location for clouds.yaml files:

  • . (the current directory)

  • $HOME/.config/openstack

  • /etc/openstack

The first file found wins.

You can also set the environment variable OS_CLIENT_CONFIG_FILE to an absolute path of a file to look for and that location will be inserted at the front of the file search list.

You can specify the cloud to generate environment variables for by setting the OS_CLOUD environment variable. Alternatively, you may provide the cloud name as an argument to tool.

Usage

$ python clouds2env --help
usage: clouds2env [-h] [cloud]

positional arguments:
  cloud       the cloud to use (defaults to $OS_CLOUD)

options:
  -h, --help  show this help message and exit

Example

$ export OS_CLOUD=devstack-admin
$ clouds2yaml
export OS_AUTH_URL=http://10.0.108.84/identity
export OS_PASSWORD=password
export OS_PROJECT_DOMAIN_ID=default
export OS_PROJECT_NAME=admin
export OS_USER_DOMAIN_ID=default
export OS_USERNAME=admin
export OS_IDENTITY_API_VERSION=3
export OS_REGION_NAME=RegionOne
export OS_VOLUME_API_VERSION=3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clouds2env-1.0.1.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

clouds2env-1.0.1-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file clouds2env-1.0.1.tar.gz.

File metadata

  • Download URL: clouds2env-1.0.1.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 CPython/3.10.4

File hashes

Hashes for clouds2env-1.0.1.tar.gz
Algorithm Hash digest
SHA256 b26bfc265c59d598b2d18b4d394b5975f396cc0160b8f831aa8927c6ebc4bc92
MD5 4b95419775fd9ddb82ddf2e8cdab6e26
BLAKE2b-256 6a3303e7bfb6df9c5a75eed591007e708d910adf32f12f7d0d5a3c20916c60e8

See more details on using hashes here.

File details

Details for the file clouds2env-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: clouds2env-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 CPython/3.10.4

File hashes

Hashes for clouds2env-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e71d21fc5e5837ab6dcc9bcc09e2acd70f3e6ce6dbed514a7fb1b3fd29a943ab
MD5 0418e7807aa60341dc7e60f80e4d2994
BLAKE2b-256 ccd19f10ef7e694f66d0afb41dee7609ed9fb63a1051664f1bb0088334a6cb3c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page