~gandelman-a/ubuntu/precise/keystone/UCA_2012.2.1

« back to all changes in this revision

Viewing changes to keystone.egg-info/SOURCES.txt

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Soren Hansen, Logan Rosen, Chuck Short
  • Date: 2012-09-07 13:04:01 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20120907130401-o49wh9xxkr2cmuqx
Tags: 2012.2~rc1~20120906.2517-0ubuntu2
[ Adam Gandelman ]
* Refreshed patches.

[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
  use newer URL.
* Fix Launchpad URLs in debian/watch.

[ Logan Rosen ]
* Fix control file to suggest python-memcache instead of python-memcached
  (LP: #998991).

[ Chuck Short ]
* New upstream version.
* Dont FTBFS if the testsuite fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
keystone/common/sql/migrate_repo/versions/002_sqlite_downgrade.sql
116
116
keystone/common/sql/migrate_repo/versions/002_sqlite_upgrade.sql
117
117
keystone/common/sql/migrate_repo/versions/002_token_id_hash.py
 
118
keystone/common/sql/migrate_repo/versions/003_sqlite_downgrade.sql
 
119
keystone/common/sql/migrate_repo/versions/003_sqlite_upgrade.sql
 
120
keystone/common/sql/migrate_repo/versions/003_token_valid.py
 
121
keystone/common/sql/migrate_repo/versions/004_undo_token_id_hash.py
118
122
keystone/common/sql/migrate_repo/versions/__init__.py
119
123
keystone/contrib/__init__.py
120
124
keystone/contrib/admin_crud/__init__.py
169
173
tests/_ldap_livetest.py
170
174
tests/backend_ldap.conf
171
175
tests/backend_liveldap.conf
 
176
tests/backend_pam.conf
172
177
tests/backend_sql.conf
173
178
tests/default_catalog.templates
174
179
tests/default_fixtures.py
184
189
tests/test_backend_kvs.py
185
190
tests/test_backend_ldap.py
186
191
tests/test_backend_memcache.py
 
192
tests/test_backend_pam.py
187
193
tests/test_backend_sql.py
188
194
tests/test_backend_templated.py
189
195
tests/test_cert_setup.py
205
211
tests/test_utils.py
206
212
tests/test_versions.py
207
213
tests/test_wsgi.py
 
214
tests/signing/Makefile
208
215
tests/signing/README
209
 
tests/signing/auth_token.json
210
 
tests/signing/auth_token.pem
 
216
tests/signing/auth_token_revoked.json
 
217
tests/signing/auth_token_revoked.pem
 
218
tests/signing/auth_token_scoped.json
 
219
tests/signing/auth_token_scoped.pem
 
220
tests/signing/auth_token_unscoped.json
 
221
tests/signing/auth_token_unscoped.pem
211
222
tests/signing/cacert.pem
212
223
tests/signing/private_key.pem
 
224
tests/signing/revocation_list.json
 
225
tests/signing/revocation_list.pem
213
226
tests/signing/signing_cert.pem
214
227
tools/convert_to_sqlite.sh
215
228
tools/install_venv.py