~corey.bryant/keystone/2014.1.rc2

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: keystone
Section: net
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Monty Taylor <mordred@inaugust.com>
Uploaders: Soren Hansen <soren@ubuntu.com>
Build-Depends: debhelper (>= 7.0.50), python-setuptools,
 po-debconf,
 python-all (>= 2.6),
 python-babel,
 python-dogpile.cache (>= 0.5.0),
 python-eventlet,
 python-greenlet,
 python-jsonschema,
 python-keystoneclient (>= 1:0.4.0),
 python-ldap,
 python-lxml,
 python-memcache,
 python-migrate,
 python-mox,
 python-mock,
 python-netaddr,
 python-netifaces,
 python-oauthlib,
 python-oslo.config (>= 1:1.2.0),
 python-oslo.messaging,
 python-oslo.sphinx,
 python-pam (>= 0.1.4),
 python-passlib,
 python-paste,
 python-pastedeploy,
 python-pecan,
 python-wsme,
 python-crypto,
 python-pbr (>= 0.5),
 python-requests (>= 1.0.0),
 python-routes,
 python-six,
 python-sphinx,
 python-sqlalchemy (>= 0.8.2),
 python-testtools (>= 0.9.32),
 python-webob (>= 1.0.8),
 python-webtest,
 python-iso8601,
 testrepository,
 python-pycadf,
 python-oslo.messaging
Standards-Version: 3.9.3
XS-Python-Version: >= 2.6
Homepage: http://launchpad.net/keystone
Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/keystone/icehouse/files
Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/keystone/icehouse
XS-Testsuite: autopkgtest

Package: python-keystone
Architecture: all
Section: python
Depends: ${python:Depends}, ${misc:Depends},
 python-pam (>= 0.1.4),
 python-webob (>= 1.0.8),
 python-eventlet,
 python-greenlet,
 python-netaddr,
 python-pastedeploy,
 python-routes,
 python-paste,
 python-sqlalchemy (>= 0.8.2),
 python-migrate,
 python-passlib,
 python-lxml,
 python-iso8601,
 python-keystoneclient (>= 1:0.3.0),
 python-oslo.config (>= 1:1.2.0a3),
 python-babel,
 python-dogpile.cache(>= 0.5.0)
Suggests: python-memcache
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: OpenStack identity service - Python library
 Keystone is a proposed independent authentication service for OpenStack.
 .
 This initial proof of concept aims to address the current use cases in Swift
 and Nova which are:
 .
  * REST-based, token auth for Swift
  * many-to-many relationship between identity and tenant for Nova. Keystone
    does authentication and stuff
 .
 This package contains the Python libraries.

Package: keystone
Architecture: all
Section: python
Depends: ${python:Depends}, ${misc:Depends},
 python-keystone (= ${source:Version}),
 adduser,
 ssl-cert (>= 1.0.12)
Description: OpenStack identity service - Daemons
 Keystone is a proposed independent authentication service for OpenStack.
 .
 This initial proof of concept aims to address the current use cases in Swift
 and Nova which are:
 .
  * REST-based, token auth for Swift
  * many-to-many relationship between identity and tenant for Nova. Keystone
    does authentication and stuff
 .
 This package contains the daemons.

Package: keystone-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, libjs-jquery
Description: OpenStack identity service - Documentation
 Keystone is a proposed independent authentication service for OpenStack.
 .
 This initial proof of concept aims to address the current use cases in Swift
 and Nova which are:
 .
  * REST-based, token auth for Swift
  * many-to-many relationship between identity and tenant for Nova. Keystone
    does authentication and stuff
 .
 This package contains the documentation.