Merge charm-mongodb:bug/1925278 into charm-mongodb:master

Proposed by Xav Paice
Status: Merged
Approved by: James Troup
Approved revision: 22d8aa3bce1c50910080e1c89d1026645a370b2b
Merged at revision: 5046c89ac25e06bfda02dfe7987cba411049ba5f
Proposed branch: charm-mongodb:bug/1925278
Merge into: charm-mongodb:master
Diff against target: 29 lines (+11/-0)
2 files modified
tests/functional/requirements.txt (+1/-0)
tox.ini (+10/-0)
Reviewer Review Type Date Requested Status
Paul Goins Approve
🤖 prod-jenkaas-bootstack (community) continuous-integration Approve
BootStack Reviewers Pending
Review via email: mp+401584@code.launchpad.net

Commit message

Add python-openstackclient to functests

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 prod-jenkaas-bootstack (prod-jenkaas-bootstack) wrote :

A CI job is currently in progress. A follow up comment will be added when it completes.

Revision history for this message
🤖 prod-jenkaas-bootstack (prod-jenkaas-bootstack) wrote :
review: Approve (continuous-integration)
Revision history for this message
Paul Goins (vultaire) wrote :

+1 from me; one more +1 needed for merge.

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 5046c89ac25e06bfda02dfe7987cba411049ba5f

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tests/functional/requirements.txt b/tests/functional/requirements.txt
2index 9fbeeab..65ba4d7 100644
3--- a/tests/functional/requirements.txt
4+++ b/tests/functional/requirements.txt
5@@ -1,2 +1,3 @@
6 git+https://github.com/openstack-charmers/zaza.git#egg=zaza
7 pymongo
8+python-openstackclient
9diff --git a/tox.ini b/tox.ini
10index f1baafa..6a2caf4 100644
11--- a/tox.ini
12+++ b/tox.ini
13@@ -21,6 +21,16 @@ passenv =
14 NO_PROXY
15 SNAP_HTTP_PROXY
16 SNAP_HTTPS_PROXY
17+ OS_REGION_NAME
18+ OS_AUTH_VERSION
19+ OS_AUTH_URL
20+ OS_PROJECT_DOMAIN_NAME
21+ OS_USERNAME
22+ OS_PASSWORD
23+ OS_PROJECT_ID
24+ OS_USER_DOMAIN_NAME
25+ OS_PROJECT_NAME
26+ OS_IDENTITY_API_VERSION
27
28 [testenv:lint]
29 commands =

Subscribers

No one subscribed via source and target branches