[Python-modules-commits] [python-shade] 02/04: record new upstream branch created by importing python-shade_1.12.1.orig.tar.gz and merge it

Clint Byrum spamaps at moszumanska.debian.org
Thu Nov 3 23:03:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

spamaps pushed a commit to branch master
in repository python-shade.

commit e1d614ab21aac3ca9815fd250aae21c7407283f9
Merge: ba03e0b 052c67c
Author: Clint Byrum <spamaps at debian.org>
Date:   Thu Nov 3 15:15:31 2016 -0700

    record new upstream branch created by importing python-shade_1.12.1.orig.tar.gz and merge it

 AUTHORS                                            |    9 +
 ChangeLog                                          |  161 +-
 HACKING.rst                                        |   49 +-
 PKG-INFO                                           |    6 +-
 README.rst                                         |    2 +-
 bindep.txt                                         |    8 +
 debian/.git-dpm                                    |   14 +-
 doc/source/coding.rst                              |   22 +-
 doc/source/usage.rst                               |   14 +-
 extras/run-ansible-tests.sh                        |    2 +-
 .../notes/add-server-console-078ed2696e5b04d9.yaml |    6 +
 ...ignate_recordsets_support-69af0a6b317073e7.yaml |    4 +
 ...d_designate_zones_support-35fa9b8b09995b43.yaml |    4 +
 ...dd_host_aggregate_support-471623faf45ec3c3.yaml |    4 +
 ...d_magnum_baymodel_support-e35e5aab0b14ff75.yaml |    7 +
 ...d_magnum_services_support-3d95f9dcc60b5573.yaml |    3 +
 .../add_server_group_support-dfa472e3dae7d34d.yaml |    3 +
 .../notes/add_update_server-8761059d6de7e68b.yaml  |    3 +
 .../notes/compute-quotas-b07a0f24dfac8444.yaml     |    3 +
 .../delete-image-objects-9d4b4e0fff36a23f.yaml     |   18 +
 .../notes/delete_project-399f9b3107014dde.yaml     |    5 +
 ...ain_operations_name_or_id-baba4cac5b67234d.yaml |    4 +
 .../dual-stack-networks-8a81941c97d28deb.yaml      |    8 +
 .../feature-server-metadata-50caf18cec532160.yaml  |    3 +
 .../image-flavor-by-name-54865b00ebbf1004.yaml     |    9 +
 .../infer-secgroup-source-58d840aaf1a1f485.yaml    |    9 +
 .../notes/log-request-ids-37507cb6eed9a7da.yaml    |    5 +
 ...ject_metadata_easier.yaml-e9751723e002e06f.yaml |    5 +
 .../notes/meta-passthrough-d695bff4f9366b65.yaml   |    7 +
 .../notes/network-quotas-b98cce9ffeffdbf4.yaml     |    3 +
 .../notes/stack-update-5886e91fd6e423bf.yaml       |    4 +
 .../notes/update_endpoint-f87c1f42d0c0d1ef.yaml    |    8 +
 .../notes/use-interface-ip-c5cb3e7c91150096.yaml   |   13 +
 .../notes/volume-quotas-5b674ee8c1f71eb6.yaml      |    3 +
 requirements.txt                                   |    8 +-
 setup.cfg                                          |    4 +-
 shade/__init__.py                                  |   26 +-
 shade/_tasks.py                                    |  210 +-
 shade/_utils.py                                    |   86 +-
 shade/exc.py                                       |    6 +-
 shade/meta.py                                      |  132 +-
 shade/openstackcloud.py                            | 2456 ++++++++++++++++----
 shade/operatorcloud.py                             |  647 +++++-
 shade/task_manager.py                              |  151 +-
 shade/tests/ansible/roles/port/tasks/main.yml      |   22 +
 shade/tests/base.py                                |    3 +
 shade/tests/fakes.py                               |   47 +
 shade/tests/functional/test_aggregate.py           |   63 +
 shade/tests/functional/test_cluster_templates.py   |  115 +
 shade/tests/functional/test_compute.py             |  104 +-
 shade/tests/functional/test_domain.py              |   44 +
 shade/tests/functional/test_endpoints.py           |   34 +
 shade/tests/functional/test_identity.py            |  110 +-
 shade/tests/functional/test_image.py               |   57 +
 shade/tests/functional/test_inventory.py           |   16 +-
 shade/tests/functional/test_magnum_services.py     |   42 +
 shade/tests/functional/test_network.py             |    8 +-
 shade/tests/functional/test_object.py              |   15 +-
 shade/tests/functional/test_project.py             |   96 +
 shade/tests/functional/test_quotas.py              |   79 +
 shade/tests/functional/test_range_search.py        |   40 +-
 shade/tests/functional/test_recordset.py           |   95 +
 shade/tests/functional/test_router.py              |   29 +
 shade/tests/functional/test_server_group.py        |   45 +
 shade/tests/functional/test_stack.py               |  176 ++
 shade/tests/functional/test_zone.py                |   86 +
 shade/tests/unit/base.py                           |   59 +-
 shade/tests/unit/fixtures/clouds/clouds.yaml       |   17 +
 shade/tests/unit/fixtures/clouds/clouds_cache.yaml |   22 +
 shade/tests/unit/fixtures/test_create_flavor.yaml  | 2105 +++++++++++++++++
 shade/tests/unit/test__utils.py                    |    8 +-
 shade/tests/unit/test_aggregate.py                 |  112 +
 shade/tests/unit/test_caching.py                   |  183 +-
 shade/tests/unit/test_cluster_templates.py         |  169 ++
 shade/tests/unit/test_create_server.py             |  133 +-
 shade/tests/unit/test_create_volume_snapshot.py    |   19 +-
 shade/tests/unit/test_delete_server.py             |   12 +-
 shade/tests/unit/test_delete_volume_snapshot.py    |   19 +-
 shade/tests/unit/test_domains.py                   |   56 +-
 shade/tests/unit/test_endpoints.py                 |   73 +-
 shade/tests/unit/test_flavors.py                   |   40 +-
 shade/tests/unit/test_floating_ip_common.py        |  137 +-
 shade/tests/unit/test_floating_ip_neutron.py       |  235 +-
 shade/tests/unit/test_floating_ip_nova.py          |   41 +-
 shade/tests/unit/test_floating_ip_pool.py          |   11 +-
 shade/tests/unit/test_groups.py                    |   14 +-
 shade/tests/unit/test_identity_roles.py            |   52 +-
 shade/tests/unit/test_image_snapshot.py            |    3 +-
 shade/tests/unit/test_magnum_services.py           |   41 +
 shade/tests/unit/test_meta.py                      |  487 +++-
 shade/tests/unit/test_network.py                   |    5 -
 shade/tests/unit/test_object.py                    |   14 +-
 shade/tests/unit/test_port.py                      |   41 +-
 shade/tests/unit/test_project.py                   |   49 +-
 shade/tests/unit/test_quotas.py                    |  110 +
 shade/tests/unit/test_rebuild_server.py            |   56 +-
 shade/tests/unit/test_recordset.py                 |  114 +
 shade/tests/unit/test_role_assignment.py           |  296 +--
 shade/tests/unit/test_security_groups.py           |   24 +
 shade/tests/unit/test_server_console.py            |   61 +
 shade/tests/unit/test_server_delete_metadata.py    |   59 +
 shade/tests/unit/test_server_group.py              |   44 +
 shade/tests/unit/test_server_set_metadata.py       |   59 +
 shade/tests/unit/test_services.py                  |   33 +-
 shade/tests/unit/test_shade.py                     |   58 +-
 shade/tests/unit/test_shade_operator.py            |  149 +-
 shade/tests/unit/test_stack.py                     |   91 +-
 shade/tests/unit/test_task_manager.py              |   26 +-
 shade/tests/unit/test_update_server.py             |   65 +
 shade/tests/unit/test_users.py                     |   38 +-
 shade/tests/unit/test_zone.py                      |   97 +
 test-requirements.txt                              |    4 +-
 tox.ini                                            |   20 +-
 113 files changed, 9500 insertions(+), 1541 deletions(-)

diff --cc debian/.git-dpm
index 4e06a57,0000000..ef0d2ae
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,8 -1,0 +1,8 @@@
 +# see git-dpm(1) from git-dpm package
- 73eb0e176d283e370b8ec50ca1ab87b82b9b50f6
- 73eb0e176d283e370b8ec50ca1ab87b82b9b50f6
- 73eb0e176d283e370b8ec50ca1ab87b82b9b50f6
- 73eb0e176d283e370b8ec50ca1ab87b82b9b50f6
- python-shade_1.7.0.orig.tar.gz
- b6bfc1ffc417d8ee94065599ab3e7d3ddf76e9e9
- 156471
++052c67cbb6bcc6c9158fa192c6ec5fb703c4ac4e
++052c67cbb6bcc6c9158fa192c6ec5fb703c4ac4e
++052c67cbb6bcc6c9158fa192c6ec5fb703c4ac4e
++052c67cbb6bcc6c9158fa192c6ec5fb703c4ac4e
++python-shade_1.12.1.orig.tar.gz
++0ff710e18698488f9f23e40cd7727a6c0685f0b5
++198242

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-shade.git



More information about the Python-modules-commits mailing list