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

Clint Byrum spamaps at moszumanska.debian.org
Tue Feb 23 00:13:09 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 4a5a701669d93e6f021966121e534249b034be41
Merge: 8298e8b a1dc693
Author: Clint Byrum <spamaps at debian.org>
Date:   Mon Feb 22 15:52:34 2016 -0800

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

 AUTHORS                                            |   4 +
 ChangeLog                                          |  38 ++++
 PKG-INFO                                           |   4 +-
 README.rst                                         |   2 +-
 debian/.git-dpm                                    |  14 +-
 doc/source/conf.py                                 |   6 +-
 doc/source/index.rst                               |   1 +
 doc/source/installation.rst                        |   2 +-
 doc/source/releasenotes.rst                        |   5 +
 .../cache-in-use-volumes-c7fa8bb378106fe3.yaml     |   4 +
 .../notes/cinderv2-norm-fix-037189c60b43089f.yaml  |   3 +
 .../notes/create-stack-fix-12dbb59a48ac7442.yaml   |   4 +
 .../notes/delete-obj-return-a3ecf0415b7a2989.yaml  |   5 +
 .../notes/fix-list-networks-a592725df64c306e.yaml  |   3 +
 .../notes/fix-update-domain-af47b066ac52eb7f.yaml  |   3 +
 .../notes/started-using-reno-242e2b0cd27f9480.yaml |   3 +
 requirements.txt                                   |   2 +-
 setup.cfg                                          |   2 +-
 shade.egg-info/PKG-INFO                            |   4 +-
 shade.egg-info/SOURCES.txt                         |  13 +-
 shade.egg-info/pbr.json                            |   2 +-
 shade.egg-info/requires.txt                        |   2 +-
 shade/__init__.py                                  |   9 +-
 shade/_tasks.py                                    |   7 +-
 shade/_utils.py                                    |  96 ++++++++-
 shade/cmd/inventory.py                             |   1 -
 shade/inventory.py                                 |  34 ++-
 shade/meta.py                                      |  61 +++---
 shade/openstackcloud.py                            | 108 ++++++----
 shade/operatorcloud.py                             |  58 +++++-
 shade/task_manager.py                              |   2 -
 shade/tests/ansible/hooks/post_test_hook.sh        |   1 +
 shade/tests/fakes.py                               |  18 ++
 shade/tests/functional/hooks/post_test_hook.sh     |   1 +
 shade/tests/functional/test_domain.py              |  12 ++
 shade/tests/functional/test_identity.py            |  10 +
 shade/tests/functional/test_inventory.py           |  24 +++
 shade/tests/functional/test_network.py             |  27 +--
 shade/tests/unit/test__utils.py                    |  36 ++++
 shade/tests/unit/test_create_server.py             |  13 +-
 shade/tests/unit/test_delete_server.py             |  14 ++
 shade/tests/unit/test_domains.py                   |  64 ++++++
 shade/tests/unit/test_identity_roles.py            |  43 ++++
 shade/tests/unit/test_inventory.py                 | 122 +++++++++++
 shade/tests/unit/test_meta.py                      |  21 +-
 shade/tests/unit/test_network.py                   |  28 +++
 shade/tests/unit/test_object.py                    | 228 +++++++++++++++++++++
 shade/tests/unit/test_rebuild_server.py            |   9 +-
 shade/tests/unit/test_security_groups.py           |  18 ++
 shade/tests/unit/test_shade.py                     | 179 +++++++++++++++-
 shade/tests/unit/test_shade_operator.py            |  78 +++++--
 shade/tests/unit/test_stack.py                     | 145 +++++++++++++
 shade/tests/unit/test_volume.py                    | 194 ++++++++++++++++++
 test-requirements.txt                              |   1 +
 54 files changed, 1633 insertions(+), 155 deletions(-)

diff --cc debian/.git-dpm
index e82901e,0000000..9955c5b
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
- 5a22215a91f4ddf43831ce76629a461e0d918f7b
- 5a22215a91f4ddf43831ce76629a461e0d918f7b
- 5a22215a91f4ddf43831ce76629a461e0d918f7b
- 5a22215a91f4ddf43831ce76629a461e0d918f7b
- python-shade_1.3.0.orig.tar.gz
- 35cdaff2ffe7e26f31c9c8746ea4c6b802a9dfb1
- 122939
++a1dc6938972ec86566e92d7feb01a36edfc6c353
++a1dc6938972ec86566e92d7feb01a36edfc6c353
++a1dc6938972ec86566e92d7feb01a36edfc6c353
++a1dc6938972ec86566e92d7feb01a36edfc6c353
++python-shade_1.4.0.orig.tar.gz
++379b6f185cb869019cfc90dfae252dde28a1916b
++133011

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