Update ceilometer packages
[openstack-build/ceilometer-build.git] / tests / runtests.sh
index ca20556ad84a7c6a91e0afa79260b5a1b1dfa493..a3a8229f9db0a1be605cac5d1eab28cd90b419df 100755 (executable)
@@ -65,7 +65,7 @@ if [[ `cat /etc/*-release | head -n 1 | awk '{print $1}'` =~ Ubuntu ]]; then
 else
    setenforce 0 && service firewalld stop
    os="centos"
-   packages_list="python-pip curl"
+   packages_list="curl python-pip"
    command_to_install="yum install -y"
    keystone_package="openstack-keystone"
    keystone_service="openstack-keystone"
@@ -79,7 +79,6 @@ else
       openstack-ceilometer-notification
       openstack-ceilometer-polling
       openstack-ceilometer-api
-      openstack-ceilometer-alarm
    )
    ceilometer_services=(
       openstack-ceilometer-central
@@ -249,10 +248,12 @@ send_fake_instance_notification() {
      python get-pip.py
    fi
 
-   pip install pika==0.9.8
+   pip install pika==0.10.0
    echo '#!/usr/bin/env python
 import pika
 import uuid
+import logging
+logging.basicConfig()
 connection = pika.BlockingConnection(pika.ConnectionParameters(host="127.0.0.1"))
 channel = connection.channel()
 channel.queue_declare(queue="notifications.info")