Go to file
Joshua Harlow d597ee271e Update globals safely
The right way to update these globals is to use a lock
and ensure that nobody else is updating them at the same
time. Also update a temporary dictionary before setting
the global one so that nobody sees partial updates to the
global one.

This should help fix the thread-safety of shade (and other
tooling built ontop of this library).

Change-Id: Ie0e0369d98ba6a01edcbf447378a786eec3f13f9
2017-08-07 15:46:59 -07:00
2017-08-07 15:46:59 -07:00
2017-07-28 21:04:06 +00:00
2015-04-13 12:45:50 -06:00
2014-09-20 16:16:13 -07:00
2014-09-20 16:16:13 -07:00
2014-09-20 16:16:13 -07:00
2014-09-20 16:16:13 -07:00
2017-07-24 21:46:26 +02:00
2017-01-12 08:17:48 -05:00

os-client-config

image

os-client-config is a library for collecting client configuration for using an OpenStack cloud in a consistent and comprehensive manner. It will find cloud config for as few as 1 cloud and as many as you want to put in a config file. It will read environment variables and config files, and it also contains some vendor specific default values so that you don't have to know extra info to use OpenStack

  • If you have a config file, you will get the clouds listed in it
  • If you have environment variables, you will get a cloud named envvars
  • If you have neither, you will get a cloud named defaults with base defaults

Source

Description
Unified config handling for client libraries and programs
Readme 4.1 MiB
Languages
Python 100%