Andreas Jaeger 0d062b7d6f Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: I8eca3dae9db90d7c592eb5bcebb2273a81d1a571
2017-11-16 22:05:30 +01:00
2017-10-21 19:04:38 +00:00
2017-09-14 16:57:42 -05:00
2014-09-20 16:16:13 -07:00
2017-09-14 16:57:42 -05: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-09-14 16:57:42 -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%