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 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
|
Source: keystone
Section: net
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
debhelper-compat (= 11),
dh-apparmor,
dh-python,
openstack-pkg-tools (>= 133~),
po-debconf,
python3-all,
python3-pbr,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
git,
python3-bashate,
python3-bcrypt,
python3-coverage,
python3-cryptography,
python3-dogpile.cache,
python3-fixtures,
python3-flask,
python3-flask-restful,
python3-freezegun,
python3-hacking,
python3-jsonschema,
python3-jwt,
python3-keystoneclient,
python3-keystonemiddleware,
python3-ldap,
python3-ldappool,
python3-lxml,
python3-memcache,
python3-msgpack,
python3-oauthlib,
python3-openstackdocstheme,
python3-os-api-ref,
python3-oslo.cache,
python3-oslo.config,
python3-oslo.context,
python3-oslo.db,
python3-oslo.i18n,
python3-oslo.log,
python3-oslo.messaging,
python3-oslo.middleware,
python3-oslo.policy (>= 4.5.0),
python3-oslo.serialization,
python3-oslo.upgradecheck,
python3-oslo.utils,
python3-oslotest,
python3-osprofiler,
python3-pycadf,
python3-pymongo,
python3-pysaml2,
python3-requests,
python3-scrypt,
python3-sphinx-feature-classification,
python3-sphinxcontrib.apidoc,
python3-sphinxcontrib.blockdiag,
python3-sphinxcontrib.seqdiag,
python3-sqlalchemy,
python3-stestr,
python3-stevedore,
python3-tempest,
python3-testresources,
python3-testscenarios,
python3-testtools,
python3-tz,
python3-webob,
python3-webtest,
subunit,
tempest,
xmlsec1,
Standards-Version: 4.4.1
Homepage: http://keystone.openstack.org/
Vcs-Browser: https://salsa.debian.org/openstack-team/services/keystone
Vcs-Git: https://salsa.debian.org/openstack-team/services/keystone.git
Package: keystone
Architecture: all
Depends:
adduser,
dbconfig-common,
debconf,
python3-keystone (= ${source:Version}),
python3-keystoneclient,
python3-openstackclient,
python3-pastescript,
q-text-as-data,
sqlite3,
uwsgi-plugin-apparmor,
uwsgi-plugin-python3,
xmlsec1,
${misc:Depends},
${python3:Depends},
Suggests:
apparmor,
Description: OpenStack identity service
This is the identity service used by OpenStack for authentication (authN)
and high-level authorization (authZ). It currently supports token-based
authN with user/service authZ, and is scalable to support OAuth, SAML,
and OpenID in future versions. Out of the box, Keystone uses SQLite for
its identity store database, with the option to connect to external LDAP.
.
This package contains the daemons.
Package: keystone-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: OpenStack identity service - documentation
This is the identity service used by OpenStack for authentication (authN)
and high-level authorization (authZ). It currently supports token-based
authN with user/service authZ, and is scalable to support OAuth, SAML,
and OpenID in future versions. Out of the box, Keystone uses SQLite for
its identity store database, with the option to connect to external LDAP.
.
This package contains the documentation.
Package: python3-keystone
Architecture: all
Section: python
Depends:
python3-bcrypt,
python3-cryptography,
python3-dateutil,
python3-dogpile.cache,
python3-flask,
python3-flask-restful,
python3-jsonschema,
python3-jwt,
python3-keystoneclient,
python3-keystonemiddleware,
python3-ldappool,
python3-lxml,
python3-memcache,
python3-msgpack,
python3-oauthlib,
python3-openstackclient,
python3-oslo.cache,
python3-oslo.config,
python3-oslo.context,
python3-oslo.db,
python3-oslo.i18n,
python3-oslo.log,
python3-oslo.messaging,
python3-oslo.middleware,
python3-oslo.policy (>= 4.5.0),
python3-oslo.serialization,
python3-oslo.upgradecheck,
python3-oslo.utils,
python3-osprofiler,
python3-pbr,
python3-pycadf,
python3-pyldap,
python3-pymysql,
python3-pysaml2,
python3-scrypt,
python3-sqlalchemy,
python3-stevedore,
python3-tz,
python3-webob,
${misc:Depends},
${python3:Depends},
Conflicts:
python-keystone,
Description: OpenStack identity service - library
This is the identity service used by OpenStack for authentication (authN)
and high-level authorization (authZ). It currently supports token-based
authN with user/service authZ, and is scalable to support OAuth, SAML,
and OpenID in future versions. Out of the box, Keystone uses SQLite for
its identity store database, with the option to connect to external LDAP.
.
This package contains the Python libraries.
|