Juju Charm - Tempest
Go to file
Jason Hobbs 12364a109b Fix novaclient creation for ocata and later.
novaclient.client.Client's positional args changed in 7.0.0 (ocata),
breaking this charm. This commit changes the client to use
keystoneauth1 based session authentication to work around that issue.

Also enable ocata tests.

Closes-Bug: #1671619

Change-Id: I5d24c5351609ef57a3f47233cfbdaf8e4b7d8bc6
2017-04-04 14:16:00 +00:00
src Fix novaclient creation for ocata and later. 2017-04-04 14:16:00 +00:00
unit_tests Add Keystone v3 support to charm 2017-01-20 11:04:54 +00:00
.gitignore Prepare repo for gerrit 2016-06-01 20:17:19 +00:00
.gitreview Prepare repo for gerrit 2016-06-01 20:17:19 +00:00
.testr.conf Prepare repo for gerrit 2016-06-01 20:17:19 +00:00
README.md Refactor to source charm 2016-06-15 17:27:33 +00:00
copyright Refactor to source charm 2016-06-15 17:27:33 +00:00
requirements.txt Add Amulet Tests 2016-09-30 09:36:22 +00:00
test-requirements.txt Add unit tests 2016-12-07 13:06:28 +00:00
tox.ini Update tox.ini for py27 requirement 2016-11-28 18:21:31 -06:00

README.md

Overview

This is a "source" charm, which is intended to be strictly the top layer of a built charm. This structure declares that any included layer assets are not intended to be consumed as a layer from a functional or design standpoint.

Test and Build

tox -e pep8
tox -e py34  # or py27 or py35
tox -e build

Contact Information

Freenode IRC: #openstack-charms