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

$ clouds2env --help
usage: clouds2env [-h] [--set | --unset] [cloud]

A tool to convert from an OpenStack 'clouds.yaml' file to 'OS_'-prefixed
environment variables suitable for use with legacy tooling like novaclient.

positional arguments:
  cloud       the cloud to use

options:
  -h, --help  show this help message and exit
  --set       set environment variables (default)
  --unset     unset environment variables

Example

$ export OS_CLOUD=devstack-admin
$ clouds2env
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
$ eval $(clouds2env)

MIT License

Copyright (c) 2022 Stephen Finucane <stephen@that.guru>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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.2.0.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

clouds2env-1.2.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: clouds2env-1.2.0.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for clouds2env-1.2.0.tar.gz
Algorithm Hash digest
SHA256 a1d0856b914359b6d6063673b5facb7a7002199b0a437b5f24a980db6fde6589
MD5 3ab61f5f4893d8281ddfaea179934f3f
BLAKE2b-256 fb74c9ab77453a5aaa64f73ff0368f729fb9dd7c4a9070180513934bea040acf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clouds2env-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for clouds2env-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d3bff51100ec2d32338b70dc3d46907efa5a794cf39bf7e932bceca00d2628d7
MD5 133c0d098b50afd40c34f1d1bda9fe60
BLAKE2b-256 4e72dcc8348508626817d10f333a0de1629a03199e3cdfdec829f836d9b328c6

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