~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short, Chuck Short, Soren Hansen
  • Date: 2011-04-08 10:49:10 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110408104910-syd12xtg27bdqbun
Tags: 2011.2~gamma1-0ubuntu1
[Chuck Short]
* New upstream release.
* debian/nova-doc.docs: Adjust directory to the right docs path.

[Soren Hansen]
* Refresh nova-manage-flags patch.
* Adjust call to ajaxterm to work with the packaged ajaxterm instead
  of the one we ship in the tarball.
* Remove all traces of the adminclient package. It moved to its own
  tarball. There are no known consumers, so this should not be a
  problem.
* Remove build-dependency on python-suds again.
* setup.py now takes care of installing the CA code, so yank those
  bits from debian/nova-common.install.
* setup.py now places api-paste.ini correctly, so stop working around
  it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
run_tests.sh
11
11
setup.cfg
12
12
setup.py
13
 
CA/.gitignore
14
 
CA/geninter.sh
15
 
CA/genrootca.sh
16
 
CA/genvpn.sh
17
 
CA/openssl.cnf.tmpl
18
 
CA/newcerts/.placeholder
19
 
CA/private/.placeholder
20
 
CA/projects/.gitignore
21
 
CA/projects/.placeholder
22
 
CA/reqs/.gitignore
23
 
CA/reqs/.placeholder
24
13
bin/nova-ajax-console-proxy
25
14
bin/nova-api
26
15
bin/nova-compute
276
265
doc/source/runnova/network.vlan.rst
277
266
doc/source/runnova/nova.manage.rst
278
267
doc/source/runnova/vncconsole.rst
279
 
etc/api-paste.ini
 
268
etc/nova/api-paste.ini
280
269
nova/__init__.py
281
 
nova/adminclient.py
282
270
nova/context.py
283
271
nova/crypto.py
284
272
nova/exception.py
300
288
nova.egg-info/SOURCES.txt
301
289
nova.egg-info/dependency_links.txt
302
290
nova.egg-info/top_level.txt
 
291
nova/CA/.gitignore
 
292
nova/CA/geninter.sh
 
293
nova/CA/genrootca.sh
 
294
nova/CA/genvpn.sh
 
295
nova/CA/openssl.cnf.tmpl
 
296
nova/CA/newcerts/.placeholder
 
297
nova/CA/private/.placeholder
 
298
nova/CA/projects/.gitignore
 
299
nova/CA/projects/.placeholder
 
300
nova/CA/reqs/.gitignore
 
301
nova/CA/reqs/.placeholder
303
302
nova/api/__init__.py
304
303
nova/api/direct.py
305
304
nova/api/ec2/__init__.py
319
318
nova/api/openstack/flavors.py
320
319
nova/api/openstack/image_metadata.py
321
320
nova/api/openstack/images.py
 
321
nova/api/openstack/ips.py
322
322
nova/api/openstack/limits.py
323
323
nova/api/openstack/notes.txt
324
324
nova/api/openstack/server_metadata.py
394
394
nova/db/sqlalchemy/migrate_repo/versions/011_live_migration.py
395
395
nova/db/sqlalchemy/migrate_repo/versions/012_add_ipv6_flatmanager.py
396
396
nova/db/sqlalchemy/migrate_repo/versions/013_add_flavors_to_migrations.py
 
397
nova/db/sqlalchemy/migrate_repo/versions/014_add_instance_type_id_to_instances.py
397
398
nova/db/sqlalchemy/migrate_repo/versions/__init__.py
398
399
nova/image/__init__.py
399
400
nova/image/fake.py
496
497
nova/tests/integrated/test_login.py
497
498
nova/tests/integrated/test_servers.py
498
499
nova/tests/integrated/test_volumes.py
 
500
nova/tests/integrated/test_xml.py
499
501
nova/tests/integrated/api/__init__.py
500
502
nova/tests/integrated/api/client.py
501
503
nova/tests/network/__init__.py