Merge "Add Python Jira module to requirements"
This commit is contained in:
commit
e23814772c
@ -7,7 +7,7 @@ ARG CONSTRAINTS_BRANCH=master
|
||||
ARG COMMON_VERSION=master
|
||||
|
||||
# Extra Python3 dependencies.
|
||||
ARG EXTRA_DEPS="netaddr gevent==1.3.5 greenlet jira"
|
||||
ARG EXTRA_DEPS="netaddr gevent==1.3.5 greenlet"
|
||||
|
||||
# Always start from `monasca-base` image and use specific tag of it.
|
||||
ARG BASE_TAG=master
|
||||
|
@ -37,11 +37,6 @@ from monasca_notification.plugins.abstract_notifier import AbstractNotifier
|
||||
|
||||
notification.address = https://<jira_url>/?project=<project_name>
|
||||
|
||||
Dependency for Jira
|
||||
1) Jira plugin requires Jira library. Consumers need to install
|
||||
JIRA via pip
|
||||
2) (i.e) pip install jira
|
||||
|
||||
Jira Configuration
|
||||
1) jira:
|
||||
user: username
|
||||
|
@ -11,3 +11,4 @@ six>=1.10.0 # MIT
|
||||
monasca-common>=2.7.0 # Apache-2.0
|
||||
oslo.config>=5.2.0 # Apache-2.0
|
||||
oslo.log>=3.36.0 # Apache-2.0
|
||||
jira>=1.0.3 # BSD License (2 clause)
|
||||
|
Loading…
Reference in New Issue
Block a user