1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
Source: python-os-client-config
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
gustavo panizzo <gfa@zumbi.com.ar>,
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all,
python-pbr,
python-setuptools,
python-sphinx,
python3-all,
python3-pbr,
python3-setuptools,
Build-Depends-Indep: python-appdirs,
python-coverage,
python-extras,
python-fixtures,
python-glanceclient (>= 0.18.0),
python-hacking,
python-jsonschema,
python-keystoneauth1 (>= 2.1.0),
python-keystoneclient (>= 1:1.1.0),
python-mock (>= 1.3),
python-oslosphinx (>= 2.5.0),
python-oslotest (>= 1.5.1),
python-requestsexceptions (>= 1.1.1),
python-testscenarios,
python-testtools,
python-yaml,
python3-appdirs,
python3-fixtures,
python3-glanceclient (>= 0.18.0),
python3-jsonschema,
python3-keystoneauth1 (>= 2.1.0),
python3-keystoneclient (>= 1:1.1.0),
python3-mock (>= 1.3),
python3-oslotest (>= 1.5.1),
python3-requestsexceptions (>= 1.1.1),
python3-subunit,
python3-testscenarios,
python3-testtools,
python3-yaml,
subunit,
testrepository,
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=openstack/python-os-client-config.git
Vcs-Git: https://anonscm.debian.org/git/openstack/python-os-client-config.git
Homepage: https://github.com/stackforge/os-client-config
Package: python-os-client-config
Architecture: all
Depends: python-keystoneauth1 (>= 2.1.0),
python-pbr,
python-requestsexceptions (>= 1.1.1),
python-yaml,
${misc:Depends},
${python:Depends},
Suggests: python-os-client-config-doc,
Description: OpenStack client configuration library - Python 2.x
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
.
os-client-config honors all of the normal OS_* variables. It does not provide
backwards compatibility to service-specific variables such as NOVA_USERNAME.
.
If you have environment variables and no config files, os-client-config will
produce a cloud config object named "openstack" containing your values from
the environment.
.
This package contains the Python 2.x module.
Package: python3-os-client-config
Architecture: all
Depends: python3-keystoneauth1 (>= 2.1.0),
python3-pbr,
python3-requestsexceptions (>= 1.1.1),
python3-yaml,
${misc:Depends},
${python3:Depends},
Suggests: python-os-client-config-doc,
Description: OpenStack client configuration library - Python 3.x
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
.
os-client-config honors all of the normal OS_* variables. It does not provide
backwards compatibility to service-specific variables such as NOVA_USERNAME.
.
If you have environment variables and no config files, os-client-config will
produce a cloud config object named "openstack" containing your values from
the environment.
.
This package contains the Python 3.x module.
Package: python-os-client-config-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: OpenStack client configuration library - doc
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
.
os-client-config honors all of the normal OS_* variables. It does not provide
backwards compatibility to service-specific variables such as NOVA_USERNAME.
.
If you have environment variables and no config files, os-client-config will
produce a cloud config object named "openstack" containing your values from
the environment.
.
This package contains the documentation.
|