Updated from global requirements

Change-Id: I48cf071134606eabc0e412d12a94f4f2e47b8c0b
This commit is contained in:
OpenStack Proposal Bot 2017-01-25 20:22:54 +00:00 committed by Tomasz Trębski
parent 35a6314182
commit aa069b76e4
3 changed files with 5 additions and 3 deletions

View File

@ -14,10 +14,11 @@
import collections
import kafka.client as client
from oslo_config import cfg
from oslo_log import log
from monasca_common.kafka_lib import client
LOG = log.getLogger(__name__)
CONF = cfg.CONF

View File

@ -12,10 +12,11 @@
# License for the specific language governing permissions and limitations
# under the License.
import kafka.client as client
import mock
from oslotest import base as os_test
from monasca_common.kafka_lib import client
from monasca_log_api.healthcheck import kafka_check as kc
from monasca_log_api.tests import base

View File

@ -13,6 +13,6 @@ oslo.log>=3.11.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
PasteDeploy>=1.5.0 # MIT
monasca-common>=1.0.0 # Apache-2.0
monasca-common>=1.4.0 # Apache-2.0
eventlet!=0.18.3,>=0.18.2 # MIT
monasca-statsd>=1.1.0 # Apache-2.0