[Python-modules-commits] [python-shade] branch master updated (ba03e0b -> 7723542)

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 change to branch master
in repository python-shade.

      from  ba03e0b   releasing package python-shade version 1.7.0-2
       new  052c67c   Import python-shade_1.12.1.orig.tar.gz
       new  e1d614a   record new upstream branch created by importing python-shade_1.12.1.orig.tar.gz and merge it
       new  681592e   New upstream release.
       new  7723542   add new build deps for new upstream release

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                                            |    9 +
 ChangeLog                                          |  161 +-
 HACKING.rst                                        |   49 +-
 PKG-INFO                                           |    6 +-
 README.rst                                         |    2 +-
 bindep.txt                                         |    8 +
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    7 +
 debian/control                                     |    4 +
 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 +-
 115 files changed, 9511 insertions(+), 1541 deletions(-)
 create mode 100644 bindep.txt
 create mode 100644 releasenotes/notes/add-server-console-078ed2696e5b04d9.yaml
 create mode 100644 releasenotes/notes/add_designate_recordsets_support-69af0a6b317073e7.yaml
 create mode 100644 releasenotes/notes/add_designate_zones_support-35fa9b8b09995b43.yaml
 create mode 100644 releasenotes/notes/add_host_aggregate_support-471623faf45ec3c3.yaml
 create mode 100644 releasenotes/notes/add_magnum_baymodel_support-e35e5aab0b14ff75.yaml
 create mode 100644 releasenotes/notes/add_magnum_services_support-3d95f9dcc60b5573.yaml
 create mode 100644 releasenotes/notes/add_server_group_support-dfa472e3dae7d34d.yaml
 create mode 100644 releasenotes/notes/add_update_server-8761059d6de7e68b.yaml
 create mode 100644 releasenotes/notes/compute-quotas-b07a0f24dfac8444.yaml
 create mode 100644 releasenotes/notes/delete-image-objects-9d4b4e0fff36a23f.yaml
 create mode 100644 releasenotes/notes/delete_project-399f9b3107014dde.yaml
 create mode 100644 releasenotes/notes/domain_operations_name_or_id-baba4cac5b67234d.yaml
 create mode 100644 releasenotes/notes/dual-stack-networks-8a81941c97d28deb.yaml
 create mode 100644 releasenotes/notes/feature-server-metadata-50caf18cec532160.yaml
 create mode 100644 releasenotes/notes/image-flavor-by-name-54865b00ebbf1004.yaml
 create mode 100644 releasenotes/notes/infer-secgroup-source-58d840aaf1a1f485.yaml
 create mode 100644 releasenotes/notes/log-request-ids-37507cb6eed9a7da.yaml
 create mode 100644 releasenotes/notes/make_object_metadata_easier.yaml-e9751723e002e06f.yaml
 create mode 100644 releasenotes/notes/meta-passthrough-d695bff4f9366b65.yaml
 create mode 100644 releasenotes/notes/network-quotas-b98cce9ffeffdbf4.yaml
 create mode 100644 releasenotes/notes/stack-update-5886e91fd6e423bf.yaml
 create mode 100644 releasenotes/notes/update_endpoint-f87c1f42d0c0d1ef.yaml
 create mode 100644 releasenotes/notes/use-interface-ip-c5cb3e7c91150096.yaml
 create mode 100644 releasenotes/notes/volume-quotas-5b674ee8c1f71eb6.yaml
 create mode 100644 shade/tests/functional/test_aggregate.py
 create mode 100644 shade/tests/functional/test_cluster_templates.py
 create mode 100644 shade/tests/functional/test_magnum_services.py
 create mode 100644 shade/tests/functional/test_project.py
 create mode 100644 shade/tests/functional/test_quotas.py
 create mode 100644 shade/tests/functional/test_recordset.py
 create mode 100644 shade/tests/functional/test_server_group.py
 create mode 100644 shade/tests/functional/test_stack.py
 create mode 100644 shade/tests/functional/test_zone.py
 create mode 100644 shade/tests/unit/fixtures/clouds/clouds.yaml
 create mode 100644 shade/tests/unit/fixtures/clouds/clouds_cache.yaml
 create mode 100644 shade/tests/unit/fixtures/test_create_flavor.yaml
 create mode 100644 shade/tests/unit/test_aggregate.py
 create mode 100644 shade/tests/unit/test_cluster_templates.py
 create mode 100644 shade/tests/unit/test_magnum_services.py
 create mode 100644 shade/tests/unit/test_quotas.py
 create mode 100644 shade/tests/unit/test_recordset.py
 create mode 100644 shade/tests/unit/test_server_console.py
 create mode 100644 shade/tests/unit/test_server_delete_metadata.py
 create mode 100644 shade/tests/unit/test_server_group.py
 create mode 100644 shade/tests/unit/test_server_set_metadata.py
 create mode 100644 shade/tests/unit/test_update_server.py
 create mode 100644 shade/tests/unit/test_zone.py

-- 
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