openstacksdk/shade
Monty Taylor a88d41e302
Fix tips jobs and convert Nova Floating IP calls
The script to install the git versions of the libraries wasn't working
because it wasn't installing over top of the versions already installed
by pip. So by adding an uninstall first, we ensure that the git version
is actually installed.

Also, add a pbr freeze to the end so that we can verify, and some +x so
that we can see the output of our scripts.

And: novaclient 8.0 doesn't have these calls anymore. However, the tests we
had on legacy clouds were erroneously installing the wrong version of
novaclient so we did not catch it. Doh. This has to do the tests and the
calls in the same patch because the fix to the gate job to install the
correct verison of the library exposed the fact that we had be broken
for these for a few minutes.

Depends-On: I208e8c009d0438de19cd3eb08dc45ddebb45d3e9
Change-Id: I4fd882aeb8373b94c7f6b54d97b457042b324361
2017-05-15 17:05:35 -05:00
..
_heat Remove python-heatclient and replace with REST 2017-03-27 15:28:00 -05:00
cmd Merge "Allow inventory filtering by cloud name" 2016-01-12 22:03:30 +00:00
tests Fix tips jobs and convert Nova Floating IP calls 2017-05-15 17:05:35 -05:00
__init__.py Actually fix the app_name protection 2017-04-18 14:09:17 -05:00
_adapter.py Add optional error_message to adapter.request 2017-04-28 15:26:01 -05:00
_legacy_clients.py Move legacy client constructors to mixin 2017-05-12 12:18:34 -05:00
_log.py Add a NullHandler to all of our loggers 2015-09-22 16:10:11 -05:00
_normalize.py Merge "Add super basic machine normalization" 2017-05-14 12:35:59 +00:00
_tasks.py Fix tips jobs and convert Nova Floating IP calls 2017-05-15 17:05:35 -05:00
_utils.py Add pprint and pformat helper methods 2017-05-08 09:52:49 -04:00
exc.py Remove two lines that are leftover and broken 2017-04-30 10:23:46 -05:00
inventory.py Always do network interface introspection 2016-03-23 10:18:24 -05:00
meta.py Don't get ports info from unavailable neutron service 2017-05-03 07:04:24 +00:00
openstackcloud.py Fix tips jobs and convert Nova Floating IP calls 2017-05-15 17:05:35 -05:00
operatorcloud.py Merge "Add super basic machine normalization" 2017-05-14 12:35:59 +00:00
task_manager.py Pass task to post_task_run hook 2017-02-06 17:23:04 -06:00