Skip to content

Instantly share code, notes, and snippets.

@terriyu
Last active December 21, 2015 01:48
Show Gist options
  • Select an option

  • Save terriyu/6230038 to your computer and use it in GitHub Desktop.

Select an option

Save terriyu/6230038 to your computer and use it in GitHub Desktop.
When I run the ceilometer test suite, I get many failures in the alarm threshold evaluation tests. The error message is: NameError: global name '_' is not defined [Reference: bug report https://bugs.launchpad.net/ceilometer/+bug/1211975]
$ cd /opt/stack/ceilometer
$ tox -e py27
GLOB sdist-make: /opt/stack/ceilometer/setup.py
py27 inst-nodeps: /opt/stack/ceilometer/.tox/dist/ceilometer-2013.2.a379.g486f723.zip
py27 runtests: commands[0] | bash -x /opt/stack/ceilometer/run-tests.sh
WARNING:test command found but not installed in testenv
cmd: /bin/bash
env: /opt/stack/ceilometer/.tox/py27
Maybe forgot to specify a dependency?
+ set -e
+ '[' '' = --coverage ']'
+ '[' '!' '' ']'
+ bash tools/init_testr_if_needed.sh
+ python setup.py testr --slowest '--testr-args=--concurrency=1 --here=nova_tests '
running testr
running=${PYTHON:-python} -m subunit.run discover -t ./nova_tests ./nova_tests
Ran 8 (+4) tests in 0.312s (-0.011s)
PASSED (id=21)
Slowest Tests
Test id Runtime (s)
------------------------------------------------------------------------------------------------------------------- -----------
tests.publisher.test_rpc_publisher.TestPublish.test_published_with_policy_default_sized_queue_and_rpc_down 2.003
tests.test_bin.BinApiTestCase.test_v2 1.874
tests.test_bin.BinApiTestCase.test_v1 1.807
tests.test_bin.BinSendCounterTestCase.test_send_counter_run 1.000
tests.test_bin.BinTestCase.test_dbsync_run 0.827
tests.test_bin.BinTestCase.test_run_expirer 0.793
tests.api.v2.test_acl_scenarios.TestAPIACL.test_non_admin_wrong_project(sqlalchemy) 0.695
tests.api.v2.test_list_events_scenarios.TestListEvents.test_empty_project(sqlalchemy) 0.651
tests.api.v2.test_statistics_scenarios.TestSumResourceVolume.test_end_timestamp_before(sqlalchemy) 0.601
tests.api.v1.test_compute_duration_by_resource_scenarios.TestComputeDurationByResource.test_after_range(sqlalchemy) 0.570
++ mktemp -d /tmp/CEILO-MONGODB-XXXXX
+ MONGO_DATA=/tmp/CEILO-MONGODB-Vwu02
+ trap clean_exit EXIT
+ mkfifo /tmp/CEILO-MONGODB-Vwu02/out
+ MONGO_PID=22167
+ mongod --maxConns 32 --nojournal --noprealloc --smallfiles --quiet --noauth --port 29000 --dbpath /tmp/CEILO-MONGODB-Vwu02 --bind_ip localhost
+ read line
+ grep -q 'waiting for connections on port'
+ echo 'note: noprealloc may hurt performance in many applications'
+ read line
+ grep -q 'waiting for connections on port'
+ echo 'Tue Aug 13 19:30:38.949 [initandlisten] MongoDB starting : pid=22167 port=29000 dbpath=/tmp/CEILO-MONGODB-Vwu02 64-bit host=precise64'
+ read line
+ echo 'Tue Aug 13 19:30:38.949 [initandlisten] db version v2.4.5'
+ grep -q 'waiting for connections on port'
+ read line
+ echo 'Tue Aug 13 19:30:38.949 [initandlisten] git version: a2ddc68ba7c9cee17bfe69ed840383ec3506602b'
+ grep -q 'waiting for connections on port'
+ read line
+ echo 'Tue Aug 13 19:30:38.949 [initandlisten] build info: Linux ip-10-2-29-40 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_49'
+ grep -q 'waiting for connections on port'
+ read line
+ echo 'Tue Aug 13 19:30:38.949 [initandlisten] allocator: tcmalloc'
+ grep -q 'waiting for connections on port'
+ read line
+ grep -q 'waiting for connections on port'
+ echo 'Tue Aug 13 19:30:38.949 [initandlisten] options: { bind_ip: "localhost", dbpath: "/tmp/CEILO-MONGODB-Vwu02", maxConns: 32, noauth: true, nojournal: true, noprealloc: true, port: 29000, quiet: true, smallfiles: true }'
+ read line
+ grep -q 'waiting for connections on port'
+ echo 'Tue Aug 13 19:30:38.966 [FileAllocator] allocating new datafile /tmp/CEILO-MONGODB-Vwu02/local.ns, filling with zeroes...'
+ read line
+ echo 'Tue Aug 13 19:30:38.966 [FileAllocator] creating directory /tmp/CEILO-MONGODB-Vwu02/_tmp'
+ grep -q 'waiting for connections on port'
+ read line
+ echo 'Tue Aug 13 19:30:38.972 [FileAllocator] done allocating datafile /tmp/CEILO-MONGODB-Vwu02/local.ns, size: 16MB, took 0 secs'
+ grep -q 'waiting for connections on port'
+ read line
+ grep -q 'waiting for connections on port'
+ echo 'Tue Aug 13 19:30:38.974 [FileAllocator] allocating new datafile /tmp/CEILO-MONGODB-Vwu02/local.0, filling with zeroes...'
+ read line
+ echo 'Tue Aug 13 19:30:38.975 [FileAllocator] done allocating datafile /tmp/CEILO-MONGODB-Vwu02/local.0, size: 16MB, took 0 secs'
+ grep -q 'waiting for connections on port'
+ read line
+ echo 'Tue Aug 13 19:30:38.993 [initandlisten] waiting for connections on port 29000'
+ grep -q 'waiting for connections on port'
+ break
+ export CEILOMETER_TEST_MONGODB_URL=mongodb://localhost:29000/ceilometer
+ CEILOMETER_TEST_MONGODB_URL=mongodb://localhost:29000/ceilometer
+ python setup.py testr --slowest --testr-args=
+ cat /tmp/CEILO-MONGODB-Vwu02/out
running testr
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4fd2338e76404f0b9ce480a6f46f13ab, you must provide a username and password.
"must provide a username and password." % (db_name,))
running=${PYTHON:-python} -m subunit.run discover -t ./ ./tests --list
running=${PYTHON:-python} -m subunit.run discover -t ./ ./tests --load-list /tmp/tmpF5rgBR
running=${PYTHON:-python} -m subunit.run discover -t ./ ./tests --load-list /tmp/tmp2QiPbk
======================================================================
FAIL: tests.alarm.test_threshold_evaluation.TestEvaluate.test_retry_transient_api_failure
tags: worker-1
----------------------------------------------------------------------
Empty attachments:
pythonlogging:''
Traceback (most recent call last):
File "/opt/stack/ceilometer/tests/alarm/test_threshold_evaluation.py", line 88, in test_retry_transient_api_failure
self.evaluator.evaluate()
File "/opt/stack/ceilometer/ceilometer/alarm/threshold_evaluation.py", line 205, in evaluate
LOG.info(_('initiating evaluation cycle on %d alarms') %
NameError: global name '_' is not defined
======================================================================
FAIL: tests.alarm.test_threshold_evaluation.TestEvaluate.test_simple_alarm_trip
tags: worker-1
----------------------------------------------------------------------
Empty attachments:
pythonlogging:''
Traceback (most recent call last):
File "/opt/stack/ceilometer/tests/alarm/test_threshold_evaluation.py", line 139, in test_simple_alarm_trip
self.evaluator.evaluate()
File "/opt/stack/ceilometer/ceilometer/alarm/threshold_evaluation.py", line 205, in evaluate
LOG.info(_('initiating evaluation cycle on %d alarms') %
NameError: global name '_' is not defined
======================================================================
FAIL: tests.alarm.test_threshold_evaluation.TestEvaluate.test_state_change_and_repeat_actions
tags: worker-1
----------------------------------------------------------------------
Empty attachments:
pythonlogging:''
Traceback (most recent call last):
File "/opt/stack/ceilometer/tests/alarm/test_threshold_evaluation.py", line 240, in test_state_change_and_repeat_actions
self.evaluator.evaluate()
File "/opt/stack/ceilometer/ceilometer/alarm/threshold_evaluation.py", line 205, in evaluate
LOG.info(_('initiating evaluation cycle on %d alarms') %
NameError: global name '_' is not defined
======================================================================
FAIL: tests.alarm.test_threshold_evaluation.TestEvaluate.test_disabled_is_skipped
tags: worker-1
----------------------------------------------------------------------
Empty attachments:
pythonlogging:''
Traceback (most recent call last):
File "/opt/stack/ceilometer/tests/alarm/test_threshold_evaluation.py", line 117, in test_disabled_is_skipped
self.evaluator.evaluate()
File "/opt/stack/ceilometer/ceilometer/alarm/threshold_evaluation.py", line 205, in evaluate
LOG.info(_('initiating evaluation cycle on %d alarms') %
NameError: global name '_' is not defined
======================================================================
FAIL: tests.alarm.test_threshold_evaluation.TestEvaluate.test_equivocal_from_known_state
tags: worker-1
----------------------------------------------------------------------
Empty attachments:
pythonlogging:''
Traceback (most recent call last):
File "/opt/stack/ceilometer/tests/alarm/test_threshold_evaluation.py", line 185, in test_equivocal_from_known_state
self.evaluator.evaluate()
File "/opt/stack/ceilometer/ceilometer/alarm/threshold_evaluation.py", line 205, in evaluate
LOG.info(_('initiating evaluation cycle on %d alarms') %
NameError: global name '_' is not defined
======================================================================
FAIL: tests.alarm.test_threshold_evaluation.TestEvaluate.test_equivocal_from_known_state_and_repeat_actions
tags: worker-1
----------------------------------------------------------------------
Empty attachments:
pythonlogging:''
Traceback (most recent call last):
File "/opt/stack/ceilometer/tests/alarm/test_threshold_evaluation.py", line 201, in test_equivocal_from_known_state_and_repeat_actions
self.evaluator.evaluate()
File "/opt/stack/ceilom2013-08-13 19:30:46.310 22236 INFO keystoneclient.middleware.auth_token [-] Starting keystone auth_token middleware
2013-08-13 19:30:46.312 22236 INFO keystoneclient.middleware.auth_token [-] Using /tmp/keystone-signing-td5ERa as cache directory for signing certificate
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/alembic/util.py:163: UserWarning: Skipping unsupported ALTER for creation of implicit constraint
warnings.warn(msg)
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0e38e5309e724830b7cc85e773a4ee4e, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/alembic/util.py:163: UserWarning: Skipping unsupported ALTER for creation of implicit constraint
warnings.warn(msg)
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2856c1e6392846c696b2b5bef9c68e75, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_aec153e907fd454fbcc1a599b648d62a, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_03098df9eadc49cb9d442eb8c2660fd6, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_491471a534354699a52e762579c5f562, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c42914cd178d4588b565598d94b21c69, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e61c9c17b5be45d4adadabd943813989, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b7965a8ead3542b28d1cd633fcd32798, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e155d1bccc7a48a89aa36a1b66bccc08, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2d6d05e291204ea9a07057b89666cb8c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0fab2b886df64520bf3315eb1424b445, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cf6e7b50020b452aabb015c307a864b1, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cbf07819c3df4c80849a5d469b70de70, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_78201d54d4754420b6ec00aa7e184800, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d5e34aa3d63c4d709921156716ddbc4b, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4911fc7c39214368873b362104cff199, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_13c212e07958429f912dfbfa7ac77c6b, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4d64a4c88b9241d3a8a7e4ea126b8537, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ddb1196466864deda7e4a0f17ee388f1, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8a7215aeebe74a7eb122a260f20d6ded, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_06c70bfc56524ac0bc62c6998f64172a, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d972bdd92ca3435d9fbc78b77a5ac1e2, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_455ffd3dce7b498f98848ccaa9e1af9c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d026153603ee4c7daef6f131fef95af9, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_51b3027c210f40eda2c38c36abfbccc3, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3bb4e2ef786943a89b8357604c83a4d0, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5b593d051ee24d31aaec1af91c5ac0db, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3c060ee57dca42dea983cfabe843f6cd, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3be88177729d44a19a7b9df0aed1efaf, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8701080d74cb4045acdedc5f9659d01f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e4fd1ebf365a4c45ae18a5953ba4ab1d, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7fc6a297da294699aaffce8d93ae48bf, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d75c782770134e79a0610f7c071f398c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_88da09be8fb54c4b80f2f949ad39a629, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_aa4fa4be81704f1e984f9fc89fcd4e38, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2a69f5286839474e8e6a3fff73032e86, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c1a19bb809ee4aaab1acf921e1585cfb, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1669a63b97cb479c95592457f8b2d749, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8a640b60da754b308e4879e431ac91b3, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fcc08cd3fcc44c9780034e513c906663, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a7200a1440ee48bda991e4dd7cdc66db, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8ff4b74f33104a19bd9ab769cd57471c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_00e5c1d262894c329c1840b43db2eb52, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_af725af29c0540bc8e749a604d1f4f42, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7298c32ea0474a18933b1c79ebcf8be3, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1d9949f08ab544e8a5407872d17b9e5e, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b32c248a5a4a4aff828191999b3cbb87, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5a9033b9af8b46078a7471a14b6981c7, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_721d6b60d3684fba86e08ff0ffaa19bb, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_344d2d760e3a4aab93ffa901b19ec76c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_adbc30c180534b77a481293951351dc5, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ff94eee9a3d145d48501da19bd69d747, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2ca838f392ab47e5a0df7df4f791a197, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_944e6d7fb65845d4851eac9464308c26, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d8032d9f4b654843b9b08af7aa0d0315, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c6deef8a8b01405ea3f1c32d59dd5bf0, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b68579155a1c4ad29b9294ae65d45d55, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e833e5b4f7764da085217fcecb11d040, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fc0d228850ce496ea44db23a08c38a40, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d936d6fdeb694e3384d6946be7bc78c8, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5bdca3d63c1e4b048d568387320c1a27, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1133e6f5edfe4a9186a856990f08517a, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_91cb5313436a4d65a2df058a53fd7081, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_524be61391a64a229fb17e1c6d40b24e, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e8acc8652e914b10bdf4b9fa0d0474a5, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a1583fd458074916ae9dba51361bb8a1, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5bae3a01101b4e38b9def4893e14c0b5, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_944f5307f85f4a34bfcc6b195913981d, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7a19d426673545849ab939566dd1ee49, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_01826ad5c691467b979abca5bb489969, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d838e13656bd4624bfbee5767e558a82, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a1ac1541899547079c2f7f07da06864b, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2d78215bdde34944bc680652fc16f106, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_69fca38fe2a04a77864814bc0bfd2ab4, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_dfa2711bf85340b8af6e126f5be58e84, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0779d48d82074576b53b1d44ec376b8c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9186209637dc43d3926d9e65ae54edf2, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ecc06d8362544848be5bc7eda737ebad, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_525445e630f546389ee9ffe7833f9074, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d0a0a4ce3dd14af48483eb7ab6f7ffb6, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_de0742607b4d4ba1afd4d991c2715017, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8175f26b60ce47ac99d427e9419fc3f3, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1aeddce2dbc64be399c0df4abdfdfdb8, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_eb1fac4b49dc4cefa9149aeb82044965, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8960ee42a437461a93182ab6ec3a10ef, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_dbbcf222971e403284960543b3b3b86a, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0bfc47db70414392bd86973eb2dca893, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_188276ee489243b3b0f5d46e82396cfc, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cb925b72010e46199a3314ac004cd01a, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2150af3b146645489cb8d304881fed9b, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0cafe6f96f9e4dd981c786b095a27c84, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_31ad7c20751d40b0bd3a69b35766de3a, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8cb9c2ee41dd49369d3596257b3a2522, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_69302e980d014c27a864d7091bbf02a6, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f982e9c5bb2c4044a5b3b20799362a6c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_add7a0d117744f9893429e410a972c5d, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_de1b0d093d7b46688d138f550b00c614, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8eced6ec95ef4453b44be0bcbd3e7154, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4dfc09bac3f848b0916244f6a7f9c244, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_27887b5139654a12a21f64c012ddff7d, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b25c84abab404f999a2800c465668d6f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_502883183edd4d96a972be5e168109f0, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_53c9af0fc2d645129d5ac0a5bac5d504, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1175e59b9b444511b05ede239e261575, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9952dc915e55485bb642d6cd7b469ac5, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_10143468c48447e090ebd322366e61ef, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4271799cde5640f282406f50e645e203, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9e65058f24a0452b909d1acd696a1fd6, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7a5eab103c594cdaa365815df6fe08c8, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_05087d2744cf439fbef9e8cc2ac8de67, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_16b88ffd7ab747dfbf783242c9fbf3f1, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c595bd2e5a284a32b4fbaaa85b2cf7da, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_dc77d0644e434ca7bf7cfeaf5e0af372, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2f043962321e421ba5706811b06644e0, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_58383bfcc22a4fce977869a7fd506e10, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_57111b07aded4b26b3f05c1bfd8bdf77, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1de8f3f40afe4d34be9c97609002b6b3, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_de3e4c11d4b042819c7769537ab153b9, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ba7ba708424346059fa15e25d3e3aae1, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d1639e27a37345abacf2b3337806f6dc, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ddbba669c8f14910882594534ad7b3f8, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e371576a04644e5b82822d8a7157f1b9, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_dd3ed74b83274815b153beed37445961, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a609f508aab94c6d8d460a52ce4336fa, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f838a14cf04340c4b716b2b88062cdad, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8abe403734854da5a7052d1944cbb50b, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_72433d390b024cb9a8daf90ddaf7ae57, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7e29194791d34382b0586f1e8b1e56fc, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a72218458876421fa67fe7450de8d937, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_268eca7ec71641f3a12e3bfc09d3c59e, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f78e43fbcdb043f993823ff3fd383c54, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e5524730aa97410f8a9d3c85dccf5764, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ed634f4e05fe4bb495997ea76db76dd7, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_01f064c3194e4efcb289ae5216f7e8a0, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cbecf3b07a0d4116880cda3c09d6fa3a, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ffcb10de988c46f2aa2ce2eed4eb0dd8, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9ba4b70bb4b6402ca94c60168d61a7bb, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8262a8b7dbe9451e866a36d84623582f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_56b19ce35fe044b5ad1fe9cf30cdd16c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6c72c159a4ba47678798289dee8bb651, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cd46b92e7e714c88a3edf75eb0b22d4a, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_284db4485bb34efdb2f239e9d48b5b81, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ec5491065036462fb957e8dd69cd5f3b, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a5b9c4a4ea5640b5badee0da62361039, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8ce7f02cc4304787b790426fb4182140, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2681fbeebf6c4357897087d45e05b43f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_870946b55d4f418da6aacce51e235a84, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0790b6a33ab9421991701fd448e8c937, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_77635743caf94731b4dc11af02a24963, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8649d61f25e0493e971ef8ae103c3367, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f5a9512234414936a680ea59a41e7008, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a21cc9895afc45b6a3fbfbb525369c29, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c374fd3718ad4cc68a9b84743a7d24ef, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_96c0ce0957d8432b91becf4390b1eff0, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pecan/__init__.py:110: RuntimeWarning: `static_root` is only used when `debug` is True, ignoring
RuntimeWarning
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c986a1c1c475472ca191418f09ba6684, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b3da0f5b2cee4e658591678cb169e56d, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_23747b2036134fee8f13ec5cb3f588d6, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pecan/__init__.py:110: RuntimeWarning: `static_root` is only used when `debug` is True, ignoring
RuntimeWarning
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7142c06b33b941eb9fe5390864fd39db, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1b35f7a21dd247a093bd6c2f077ffa5f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f454896c9082402f80637fef35185bf6, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_20291e49f35d4d57816ba256b9df7c84, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2b8c93552a7a4760a964ceecf4b55655, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f714f1ad47544caca6c470b766065bb8, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_96de438ccc50436d9f0d59a3ffe522b1, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_900e5dfa062e4f5a9660e9e9ac56068d, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3ff2bff8f635494987d32a647a81d249, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a84c0ff40f464c80bf8a16e0bf57c1a0, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c3499c21b5f74d918553c3fadc8ac328, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4a52cf58da1e4394ae411b7dec31495f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a618ffc507704794b59b43d27f935b76, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_54a45d17c38f47588221c7c30819f3c7, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_07656735891645ce913f3c750114af20, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_115b3841e5244d6fae7ca24d98cf21cf, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b4490e150bc54c12be4eb3ad3cd0f07a, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_368e67b6300147878012bfa2a2b16948, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_46055fcd235e4916807e798b66fc269a, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6a5254a175624358a358a73e39b43bce, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_df70f34d9e9e438dbac96d3c47e3f7d0, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2e1de366bb1c4e79a01fa6189288ef2c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1341f28884444841b70bc83092931e7c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cd3ba2d5e4ea4a7d81bdeecc244ad094, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7c5077e0f61c41bb88c53a5ef5be6ddc, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_20b46778a2b14d27a549d71719ac449c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_86a78dc9743846e3965fad5bbe93e563, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1d479ada28b6485bb31cf12270bc3938, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_29fba845c01040de9707a1bfdbf7440e, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_42748019555247068d68403099d05297, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_54554ed19abf4515a37c20d11c4cbaaf, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ca2be174fbfc45038d074792de161bd9, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7de7669196404f6a9c8ef7785697ddaa, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b2814b270fa142baadd56b2cd4f17f77, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d58342ed08704a2fbdb0a7b67159150c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_464aec026ef94c47bd81f461d94f34c6, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bc74758e19654e2d9e26c01aa0b169ec, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_111244df68ad4bf2b7ad877ba3a36631, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_079107e0b00a40149128aea3f779c07c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7b3ad597b0fb477991a230b99a0b5929, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5d83c744216843b3bcd6166dbe02a028, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_567b40d492564186a55526afaaafde20, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_de10a0597e3844eeb773c555b48daa15, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9b1abe2de2934aaf9260fb3c201be0dd, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ffeb913fd92e4bcfa0948f4d3134b737, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9271a3ceab09476ebecb37bd5b533aef, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7c727922ef4649ca948dbb2735213548, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a1448844d7d84165a2bce7c302c2d7a8, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6bb3979e42044bcfad714228adaa517c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8c91de05eb754742aa269a5b36fb9418, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b5e2bd4f8a9e4765aa2b7933bf291679, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_aec7604deb7e40568d52bbe44e908611, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_38ef5a21dc424621abaaf4ede1dcfba9, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fad444649c8f46a1a5f00084c0ff9c77, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7894580932944ae89d6d66c5bc7dd324, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1329dc5eb1f442d583e46ce5f7bf73ac, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1e03394705384d37bcba7ff92e650c31, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_41c8a83cc0c64dce8a14a62b7c8e50d6, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d45d5bb5d4b94406be786c4f577be94a, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_690717ead1f64653ac35159fa088bf50, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b35069c9c06847248bd8fc58d754fc85, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_af68430cced14ad39d39fe2446ead144, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_72fb6e1bcb1a42678c641804310496c0, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_dde30b6ca52247d49b0d53970c3981d5, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_330afbddcd3b4da19d202e4aa923245f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8600832a26c647fe8d4759da414f73de, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_232f7f3bdb9443279d7ed9b2ed00790d, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_140ed2bb554848f5a5cb941ac10b0831, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_313192cf96de4bf6bd291b3a58bc4459, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0cb93fb1d5b54782a5a885afa1f31bf9, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_832345b893fd41a2b406ce47d35a534f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7422b5bacc0a46ac99d9a5e84e3b0705, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9e483dc07cd8473c81c61954b8faa0e1, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a1538b13531b47ad83b964b168510f6f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_48f3802ffc3d4dc79483cd4b5c25b222, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7ea0a9ea391e4abe8f5425979a70b39e, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7808b8ebf8a5450c99c2d6e7e2fa4146, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_452037b9868f4bfbbf222b852fe3ede7, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cd0a78e6a4f2413f9e138551cd24ac33, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_69e3f6059bcc4ebd8eced8893decd56b, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fdd8bd0335414b09be5509564f930ad2, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f06ec5c4c4244216afc380927d3f01d7, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b7fa78b0ce2b4af2b75ec923d94bb297, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b07109685a9345d8a65efbe932a61aab, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_12fb2a7e061146678085e0e44b2478ff, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a32f907ab4f84aae809db22b2d786fcc, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c75b5869ef9640c0906786431abc8f1a, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_89d04cfa1ea348c8b7680e8be9696f56, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9e53c8a9fc8741f3901490ddd95cd775, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3ca699e37254470491f38a5c5e72af1c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0aefe7d1cb3e4b00a8d7b0a774a77e31, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4a9847d028c349f89152f3015b6eac3f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_52586b0d3ddd44f3927acb969f374557, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8eb3f71d422e47c0a623a0203d595d15, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ea5e73127ea14971953d75392c0d01c7, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e54ccaa0973440f1ab82dac71e6e830c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e782dcb99271490f8a0da4ad8621c448, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1be8e1eec20045a69e2095534337938e, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1eef1005878f45e3aea0d28c14d15729, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_44f3e58f89054328902e6d7f4fc673b3, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_20e6eb89fb344ba69f3bdc1becaf35d7, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f511f06b39634038a23f4b58ad1152bb, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_822806f7c5ef42f4b3586828ab012979, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7ca456ddf7714989a21463d0dc74154f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a252e403e1874a1a87a5c2bfc46d442c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7167bc8f0ba442fba3a402e15f61ea85, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e241c9181c3d4b0d87437703fa074000, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_eeb693b1334b401884df867db805b578, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5316627b6b38487aa541bbd083c91f7c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_23870990097e4866bd03a5c86226c77f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_09bfb1b4614447d0be82c698efdd71d9, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5f75228985244f008a04366a299dfda6, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3c55e29047d24cfc855411c0963a26cd, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2f11111e88a44ba0b01582fe5f9614bc, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1d827d2faf37499a84c75af8452b2add, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7fc0c8d794894c99898e078387c86d63, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fd1c27cbdd464c8b80ff6897fdc241e4, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_618984cc916b42e9a78909242bb8b256, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4b1f5638b9b7495eb88b7773eb902f9d, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ed874bfa673b4b059180dd1981109171, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d8e264f8388545e28ea3090928dda400, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a5a175861d5a4d68acca20840cffbd80, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e78035f6cc1c4600b7812b5a4f576408, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_910bc9cf02024d6082984a8f99a4a7a9, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8ba2622dc9644017b78d927b090423e5, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ee4fc49720b64ae9871434d375f2d855, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a01860014084411bbb7b5a6675dc3ff9, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9325d2b793274ac9bd6122929ad608b1, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1683bd32f8be47a886f81f60d7bb18d5, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0e16e829de19463fb388c02f72531c3e, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4247b9b45a924c0da0fe0af1a60a8615, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_98dff65bd6e640b1a464cd981c990410, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_79c05c81017848409cbfe7bbad1cee4f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9f37de98058d4be4a198b1c9d1c77144, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b3bf386394334b0780cad4ddb8d3e758, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b10cd0b6be164b3ea22da3b5bd7a3b07, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c0798e6d452a4e8d91c82f81aa30c290, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7d6739f192a5477b9413c2d2a37bedca, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_598fc5382ff04d85b81db9fd632115b3, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_50ab89c557cf48dbb28d2500b53c8aab, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9903825855fd4083bdfdf53f754f9702, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b06e90d777d84c2d9faecc973b0ba1d8, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cca9a73ad3134cc7bfee9c42592e2a9f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4a09168d61d947258d8902a32b7a6e9f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d20120af24b649b8ae64de747e9c94b5, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_23932d439ec6479dba7b0774c03e3ab3, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ae363a776aac4b8f9a72d315401fc424, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b1e3bc97dbe3478ebde6187036f6c8b0, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4ddc477afc2e4f3db5a96a79260c55dd, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7bb34207c76640e9aa950e4d5417e040, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_44b546cd441b49b69d7e95cf8f78e365, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c41eb3bc75f84d2cbe3c9a05b3799f63, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_122340c8d79b499ba61831ac4c5a98ac, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_15a7edde0c45432c8f6b75e023cfff5a, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f6c1f9c7e4f14c508adab9f695b783bc, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_281e8eaf108a4374b4b6d6bb758ecc50, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5c17421882cd45d596eb8fa77685450b, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3e2341ae1f9c45c6b8c7cf12b2a0d34c, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_62fd650473434d81930a7039be559c14, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6331c310a35b4c2fadd15f4c731ab933, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fc1006e119b94ded9ad1f499090397dc, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3f1e587144554fa2ae17ea1926a7f945, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_368b516572a5435981191447fa46d364, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_05094c97abd34127a14aa046c428289d, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e45714e0e9fb4908bee1302994dcc056, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7579bceb97e54722a5b4027e2d441765, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d253f09871b0498db60f0b0f7bb7bb22, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_085ed256832e4b5399a616f6db075d3f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b1a3ed0a14874d35b2eb401ac4a4847f, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9c46aabd052b4ba38e8160de86ea1bd0, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ddc6f907ffb940faa5a7f5275aea2983, you must provide a username and password.
"must provide a username and password." % (db_name,))
/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_367808f6d2604eab87b9d3f926a75160, you must provide a username and password.
"must provide a username and password." % (db_name,))
2013-08-13 19:31:57.853 22669 DEBUG ceilometer.storage [-] looking for 'log' driver in 'ceilometer.storage' get_engine /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/storage/__init__.py:72
2013-08-13 19:31:57.966 22669 DEBUG ceilometer.pipeline [-] Pipeline config file: /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml setup_pipeline /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/pipeline.py:341
2013-08-13 19:31:57.977 22669 INFO ceilometer.pipeline [-] Pipeline config: [{'publishers': ['rpc://'], 'interval': 600, 'transformers': None, 'name': 'meter_pipeline', 'counters': ['*']}, {'publishers': ['rpc://'], 'interval': 600, 'transformers': [{'name': 'rate_of_change', 'parameters': {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}}}], 'name': 'cpu_pipeline', 'counters': ['cpu']}]
2013-08-13 19:31:58.122 22669 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default
2013-08-13 19:31:58.134 22669 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default
2013-08-13 19:31:58.136 22669 DEBUG ceilometer.transformer.conversions [-] scaling conversion transformer with source: {} target: {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}: __init__ /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/transformer/conversions.py:69
2013-08-13 19:31:58.141 22669 INFO ceilometer.pipeline [-] Pipeline cpu_pipeline: Setup transformer instance rate_of_change with parameter {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}}
2013-08-13 19:31:58.259 22669 INFO ceilometer.api.app [-] Starting server in PID 22669
2013-08-13 19:31:58.259 22669 INFO ceilometer.api.app [-] Configuration:
2013-08-13 19:31:58.259 22669 INFO ceilometer.api.app [-] ********************************************************************************
2013-08-13 19:31:58.260 22669 INFO ceilometer.api.app [-] Configuration options gathered from:
2013-08-13 19:31:58.260 22669 INFO ceilometer.api.app [-] command line args: ['--config-file=/tmp/tmpEPZ7V9/ceilometer.conf']
2013-08-13 19:31:58.261 22669 INFO ceilometer.api.app [-] config files: ['/tmp/tmpEPZ7V9/ceilometer.conf']
2013-08-13 19:31:58.261 22669 INFO ceilometer.api.app [-] ================================================================================
2013-08-13 19:31:58.261 22669 INFO ceilometer.api.app [-] allowed_rpc_exception_modules = ['ceilometer.openstack.common.exception', 'nova.exception', 'cinder.exception', 'exceptions']
2013-08-13 19:31:58.261 22669 INFO ceilometer.api.app [-] amqp_auto_delete = False
2013-08-13 19:31:58.262 22669 INFO ceilometer.api.app [-] amqp_durable_queues = False
2013-08-13 19:31:58.262 22669 INFO ceilometer.api.app [-] auth_strategy = noauth
2013-08-13 19:31:58.262 22669 INFO ceilometer.api.app [-] config_dir = None
2013-08-13 19:31:58.263 22669 INFO ceilometer.api.app [-] config_file = ['/tmp/tmpEPZ7V9/ceilometer.conf']
2013-08-13 19:31:58.263 22669 INFO ceilometer.api.app [-] control_exchange = ceilometer
2013-08-13 19:31:58.263 22669 INFO ceilometer.api.app [-] database_connection = ****
2013-08-13 19:31:58.263 22669 INFO ceilometer.api.app [-] debug = True
2013-08-13 19:31:58.263 22669 INFO ceilometer.api.app [-] default_log_levels = ['amqplib=WARN', 'qpid.messaging=INFO', 'sqlalchemy=WARN', 'keystoneclient=INFO', 'stevedore=INFO', 'eventlet.wsgi.server=WARN']
2013-08-13 19:31:58.264 22669 INFO ceilometer.api.app [-] enable_v1_api = True
2013-08-13 19:31:58.264 22669 INFO ceilometer.api.app [-] fake_rabbit = False
2013-08-13 19:31:58.264 22669 INFO ceilometer.api.app [-] fatal_deprecations = False
2013-08-13 19:31:58.264 22669 INFO ceilometer.api.app [-] host = precise64
2013-08-13 19:31:58.265 22669 INFO ceilometer.api.app [-] instance_format = [instance: %(uuid)s]
2013-08-13 19:31:58.265 22669 INFO ceilometer.api.app [-] instance_uuid_format = [instance: %(uuid)s]
2013-08-13 19:31:58.265 22669 INFO ceilometer.api.app [-] kombu_ssl_ca_certs =
2013-08-13 19:31:58.265 22669 INFO ceilometer.api.app [-] kombu_ssl_certfile =
2013-08-13 19:31:58.265 22669 INFO ceilometer.api.app [-] kombu_ssl_keyfile =
2013-08-13 19:31:58.266 22669 INFO ceilometer.api.app [-] kombu_ssl_version =
2013-08-13 19:31:58.266 22669 INFO ceilometer.api.app [-] log_config = None
2013-08-13 19:31:58.266 22669 INFO ceilometer.api.app [-] log_date_format = %Y-%m-%d %H:%M:%S
2013-08-13 19:31:58.266 22669 INFO ceilometer.api.app [-] log_dir = None
2013-08-13 19:31:58.267 22669 INFO ceilometer.api.app [-] log_file = None
2013-08-13 19:31:58.267 22669 INFO ceilometer.api.app [-] log_format = None
2013-08-13 19:31:58.267 22669 INFO ceilometer.api.app [-] logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s] %(instance)s%(message)s
2013-08-13 19:31:58.267 22669 INFO ceilometer.api.app [-] logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
2013-08-13 19:31:58.267 22669 INFO ceilometer.api.app [-] logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
2013-08-13 19:31:58.268 22669 INFO ceilometer.api.app [-] logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s
2013-08-13 19:31:58.274 22669 INFO ceilometer.api.app [-] memcached_servers = None
2013-08-13 19:31:58.274 22669 INFO ceilometer.api.app [-] pipeline_cfg_file = /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml
2013-08-13 19:31:58.274 22669 INFO ceilometer.api.app [-] policy_default_rule = default
2013-08-13 19:31:58.274 22669 INFO ceilometer.api.app [-] policy_file = /opt/stack/ceilometer/tests/policy.json
2013-08-13 19:31:58.275 22669 INFO ceilometer.api.app [-] publish_errors = False
2013-08-13 19:31:58.279 22669 INFO ceilometer.api.app [-] rabbit_ha_queues = False
2013-08-13 19:31:58.279 22669 INFO ceilometer.api.app [-] rabbit_host = localhost
2013-08-13 19:31:58.281 22669 INFO ceilometer.api.app [-] rabbit_hosts = ['localhost:5672']
2013-08-13 19:31:58.282 22669 INFO ceilometer.api.app [-] rabbit_max_retries = 0
2013-08-13 19:31:58.282 22669 INFO ceilometer.api.app [-] rabbit_password = *****
2013-08-13 19:31:58.282 22669 INFO ceilometer.api.app [-] rabbit_port = 5672
2013-08-13 19:31:58.282 22669 INFO ceilometer.api.app [-] rabbit_retry_backoff = 2
2013-08-13 19:31:58.282 22669 INFO ceilometer.api.app [-] rabbit_retry_interval = 1
2013-08-13 19:31:58.282 22669 INFO ceilometer.api.app [-] rabbit_use_ssl = False
2013-08-13 19:31:58.282 22669 INFO ceilometer.api.app [-] rabbit_userid = guest
2013-08-13 19:31:58.283 22669 INFO ceilometer.api.app [-] rabbit_virtual_host = /
2013-08-13 19:31:58.283 22669 INFO ceilometer.api.app [-] rpc_backend = ceilometer.openstack.common.rpc.impl_fake
2013-08-13 19:31:58.283 22669 INFO ceilometer.api.app [-] rpc_cast_timeout = 30
2013-08-13 19:31:58.283 22669 INFO ceilometer.api.app [-] rpc_conn_pool_size = 30
2013-08-13 19:31:58.284 22669 INFO ceilometer.api.app [-] rpc_response_timeout = 60
2013-08-13 19:31:58.284 22669 INFO ceilometer.api.app [-] rpc_thread_pool_size = 64
2013-08-13 19:31:58.284 22669 INFO ceilometer.api.app [-] sample_source = openstack
2013-08-13 19:31:58.285 22669 INFO ceilometer.api.app [-] sqlite_db = ceilometer.sqlite
2013-08-13 19:31:58.285 22669 INFO ceilometer.api.app [-] sqlite_synchronous = True
2013-08-13 19:31:58.285 22669 INFO ceilometer.api.app [-] syslog_log_facility = LOG_USER
2013-08-13 19:31:58.285 22669 INFO ceilometer.api.app [-] use_stderr = True
2013-08-13 19:31:58.286 22669 INFO ceilometer.api.app [-] use_syslog = False
2013-08-13 19:31:58.286 22669 INFO ceilometer.api.app [-] verbose = False
2013-08-13 19:31:58.286 22669 INFO ceilometer.api.app [-] publisher_rpc.metering_secret = ************************
2013-08-13 19:31:58.286 22669 INFO ceilometer.api.app [-] publisher_rpc.metering_topic = metering
2013-08-13 19:31:58.287 22669 INFO ceilometer.api.app [-] database.connection = ***************
2013-08-13 19:31:58.287 22669 INFO ceilometer.api.app [-] database.connection_debug = 0
2013-08-13 19:31:58.287 22669 INFO ceilometer.api.app [-] database.connection_trace = False
2013-08-13 19:31:58.287 22669 INFO ceilometer.api.app [-] database.idle_timeout = 3600
2013-08-13 19:31:58.288 22669 INFO ceilometer.api.app [-] database.max_overflow = None
2013-08-13 19:31:58.288 22669 INFO ceilometer.api.app [-] database.max_pool_size = None
2013-08-13 19:31:58.289 22669 INFO ceilometer.api.app [-] database.max_retries = 10
2013-08-13 19:31:58.289 22669 INFO ceilometer.api.app [-] database.min_pool_size = 1
2013-08-13 19:31:58.290 22669 INFO ceilometer.api.app [-] database.pool_timeout = None
2013-08-13 19:31:58.290 22669 INFO ceilometer.api.app [-] database.retry_interval = 10
2013-08-13 19:31:58.290 22669 INFO ceilometer.api.app [-] database.slave_connection =
2013-08-13 19:31:58.291 22669 INFO ceilometer.api.app [-] database.time_to_live = -1
2013-08-13 19:31:58.291 22669 INFO ceilometer.api.app [-] ssl.ca_file = None
2013-08-13 19:31:58.291 22669 INFO ceilometer.api.app [-] ssl.cert_file = None
2013-08-13 19:31:58.291 22669 INFO ceilometer.api.app [-] ssl.key_file = None
2013-08-13 19:31:58.291 22669 INFO ceilometer.api.app [-] api.host = 0.0.0.0
2013-08-13 19:31:58.292 22669 INFO ceilometer.api.app [-] api.port = 10091
2013-08-13 19:31:58.292 22669 INFO ceilometer.api.app [-] service_credentials.os_auth_url = http://localhost:5000/v2.0
2013-08-13 19:31:58.292 22669 INFO ceilometer.api.app [-] service_credentials.os_cacert = None
2013-08-13 19:31:58.293 22669 INFO ceilometer.api.app [-] service_credentials.os_endpoint_type = publicURL
2013-08-13 19:31:58.293 22669 INFO ceilometer.api.app [-] service_credentials.os_password = *****
2013-08-13 19:31:58.293 22669 INFO ceilometer.api.app [-] service_credentials.os_tenant_id =
2013-08-13 19:31:58.303 22669 INFO ceilometer.api.app [-] service_credentials.os_tenant_name = admin
2013-08-13 19:31:58.303 22669 INFO ceilometer.api.app [-] service_credentials.os_username = ceilometer
2013-08-13 19:31:58.303 22669 INFO ceilometer.api.app [-] keystone_authtoken.admin_password = ****
2013-08-13 19:31:58.304 22669 INFO ceilometer.api.app [-] keystone_authtoken.admin_tenant_name = admin
2013-08-13 19:31:58.305 22669 INFO ceilometer.api.app [-] keystone_authtoken.admin_token = ****
2013-08-13 19:31:58.305 22669 INFO ceilometer.api.app [-] keystone_authtoken.admin_user = None
2013-08-13 19:31:58.305 22669 INFO ceilometer.api.app [-] keystone_authtoken.auth_admin_prefix =
2013-08-13 19:31:58.306 22669 INFO ceilometer.api.app [-] keystone_authtoken.auth_host = 127.0.0.1
2013-08-13 19:31:58.306 22669 INFO ceilometer.api.app [-] keystone_authtoken.auth_port = 35357
2013-08-13 19:31:58.306 22669 INFO ceilometer.api.app [-] keystone_authtoken.auth_protocol = https
2013-08-13 19:31:58.306 22669 INFO ceilometer.api.app [-] keystone_authtoken.auth_uri = None
2013-08-13 19:31:58.306 22669 INFO ceilometer.api.app [-] keystone_authtoken.auth_version = None
2013-08-13 19:31:58.307 22669 INFO ceilometer.api.app [-] keystone_authtoken.cache = None
2013-08-13 19:31:58.307 22669 INFO ceilometer.api.app [-] keystone_authtoken.certfile = None
2013-08-13 19:31:58.307 22669 INFO ceilometer.api.app [-] keystone_authtoken.delay_auth_decision = False
2013-08-13 19:31:58.307 22669 INFO ceilometer.api.app [-] keystone_authtoken.http_connect_timeout = None
2013-08-13 19:31:58.307 22669 INFO ceilometer.api.app [-] keystone_authtoken.http_handler = None
2013-08-13 19:31:58.308 22669 INFO ceilometer.api.app [-] keystone_authtoken.keyfile = None
2013-08-13 19:31:58.308 22669 INFO ceilometer.api.app [-] keystone_authtoken.memcache_secret_key = ****
2013-08-13 19:31:58.308 22669 INFO ceilometer.api.app [-] keystone_authtoken.memcache_security_strategy = None
2013-08-13 19:31:58.308 22669 INFO ceilometer.api.app [-] keystone_authtoken.memcached_servers = None
2013-08-13 19:31:58.308 22669 INFO ceilometer.api.app [-] keystone_authtoken.revocation_cache_time = 1
2013-08-13 19:31:58.308 22669 INFO ceilometer.api.app [-] keystone_authtoken.signing_dir = None
2013-08-13 19:31:58.310 22669 INFO ceilometer.api.app [-] keystone_authtoken.token_cache_time = 300
2013-08-13 19:31:58.311 22669 INFO ceilometer.api.app [-] ********************************************************************************
2013-08-13 19:31:58.311 22669 INFO ceilometer.api.app [-] serving on 0.0.0.0:10091, view at http://127.0.0.1:10091
2013-08-13 19:31:58.339 22669 DEBUG ceilometer.storage [-] looking for 'log' driver in 'ceilometer.storage' get_engine /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/storage/__init__.py:72
2013-08-13 19:31:58.343 22669 DEBUG ceilometer.openstack.common.policy [-] Rule context_is_admin will be now enforced enforce /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/openstack/common/policy.py:247
2013-08-13 19:31:58.345 22669 DEBUG ceilometer.openstack.common.fileutils [-] Reloading cached file /opt/stack/ceilometer/tests/policy.json read_cached_file /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/openstack/common/fileutils.py:64
2013-08-13 19:31:58.346 22669 DEBUG ceilometer.openstack.common.policy [-] Rules successfully reloaded load_rules /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/openstack/common/policy.py:201
localhost - - [13/Aug/2013 19:31:58] "GET /v1/meters HTTP/1.1" 200 18
2013-08-13 19:31:58.913 22676 DEBUG ceilometer.pipeline [-] Pipeline config file: /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml setup_pipeline /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/pipeline.py:341
Pipeline config file: /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml
2013-08-13 19:31:58.924 22676 INFO ceilometer.pipeline [-] Pipeline config: [{'publishers': ['rpc://'], 'interval': 600, 'transformers': None, 'name': 'meter_pipeline', 'counters': ['*']}, {'publishers': ['rpc://'], 'interval': 600, 'transformers': [{'name': 'rate_of_change', 'parameters': {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}}}], 'name': 'cpu_pipeline', 'counters': ['cpu']}]
Pipeline config: [{'publishers': ['rpc://'], 'interval': 600, 'transformers': None, 'name': 'meter_pipeline', 'counters': ['*']}, {'publishers': ['rpc://'], 'interval': 600, 'transformers': [{'name': 'rate_of_change', 'parameters': {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}}}], 'name': 'cpu_pipeline', 'counters': ['cpu']}]
2013-08-13 19:31:59.031 22676 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default
Publishing policy is unknown (wait) force to default
2013-08-13 19:31:59.036 22676 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default
Publishing policy is unknown (wait) force to default
2013-08-13 19:31:59.039 22676 DEBUG ceilometer.transformer.conversions [-] scaling conversion transformer with source: {} target: {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}: __init__ /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/transformer/conversions.py:69
scaling conversion transformer with source: {} target: {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}:
2013-08-13 19:31:59.040 22676 INFO ceilometer.pipeline [-] Pipeline cpu_pipeline: Setup transformer instance rate_of_change with parameter {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}}
Pipeline cpu_pipeline: Setup transformer instance rate_of_change with parameter {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}}
2013-08-13 19:31:59.065 22676 DEBUG ceilometer.pipeline [-] Pipeline meter_pipeline: Transform counter <ceilometer.sample.Sample object at 0x2acd190> from 0 transformer _publish_counters /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/pipeline.py:205
Pipeline meter_pipeline: Transform counter <ceilometer.sample.Sample object at 0x2acd190> from 0 transformer
2013-08-13 19:31:59.069 22676 AUDIT ceilometer.pipeline [-] Pipeline meter_pipeline: Publishing counters
Pipeline meter_pipeline: Publishing counters
2013-08-13 19:31:59.071 22676 AUDIT ceilometer.publisher.rpc [-] Publishing 1 counters on metering
Publishing 1 counters on metering
2013-08-13 19:31:59.075 22676 AUDIT ceilometer.pipeline [-] Pipeline meter_pipeline: Published counters
Pipeline meter_pipeline: Published counters
2013-08-13 19:31:59.075 22676 AUDIT ceilometer.pipeline [-] Flush pipeline meter_pipeline
Flush pipeline meter_pipeline
2013-08-13 19:31:59.075 22676 AUDIT ceilometer.pipeline [-] Flush pipeline cpu_pipeline
Flush pipeline cpu_pipeline
2013-08-13 19:31:59.076 22676 AUDIT ceilometer.pipeline [-] Pipeline cpu_pipeline: Publishing counters
Pipeline cpu_pipeline: Publishing counters
2013-08-13 19:31:59.076 22676 AUDIT ceilometer.publisher.rpc [-] Publishing 0 counters on metering
Publishing 0 counters on metering
2013-08-13 19:31:59.076 22676 AUDIT ceilometer.pipeline [-] Pipeline cpu_pipeline: Published counters
Pipeline cpu_pipeline: Published counters
2013-08-13 19:32:00.008 22681 DEBUG ceilometer.storage [-] looking for 'log' driver in 'ceilometer.storage' get_engine /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/storage/__init__.py:72
2013-08-13 19:32:00.064 22681 DEBUG ceilometer.pipeline [-] Pipeline config file: /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml setup_pipeline /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/pipeline.py:341
2013-08-13 19:32:00.074 22681 INFO ceilometer.pipeline [-] Pipeline config: [{'publishers': ['rpc://'], 'interval': 600, 'transformers': None, 'name': 'meter_pipeline', 'counters': ['*']}, {'publishers': ['rpc://'], 'interval': 600, 'transformers': [{'name': 'rate_of_change', 'parameters': {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}}}], 'name': 'cpu_pipeline', 'counters': ['cpu']}]
2013-08-13 19:32:00.186 22681 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default
2013-08-13 19:32:00.196 22681 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default
2013-08-13 19:32:00.202 22681 DEBUG ceilometer.transformer.conversions [-] scaling conversion transformer with source: {} target: {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}: __init__ /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/transformer/conversions.py:69
2013-08-13 19:32:00.203 22681 INFO ceilometer.pipeline [-] Pipeline cpu_pipeline: Setup transformer instance rate_of_change with parameter {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}}
2013-08-13 19:32:00.368 22681 INFO ceilometer.api.app [-] Starting server in PID 22681
2013-08-13 19:32:00.370 22681 INFO ceilometer.api.app [-] Configuration:
2013-08-13 19:32:00.370 22681 INFO ceilometer.api.app [-] ********************************************************************************
2013-08-13 19:32:00.370 22681 INFO ceilometer.api.app [-] Configuration options gathered from:
2013-08-13 19:32:00.370 22681 INFO ceilometer.api.app [-] command line args: ['--config-file=/tmp/tmp7WzlaS/ceilometer.conf']
2013-08-13 19:32:00.371 22681 INFO ceilometer.api.app [-] config files: ['/tmp/tmp7WzlaS/ceilometer.conf']
2013-08-13 19:32:00.371 22681 INFO ceilometer.api.app [-] ================================================================================
2013-08-13 19:32:00.371 22681 INFO ceilometer.api.app [-] allowed_rpc_exception_modules = ['ceilometer.openstack.common.exception', 'nova.exception', 'cinder.exception', 'exceptions']
2013-08-13 19:32:00.371 22681 INFO ceilometer.api.app [-] amqp_auto_delete = False
2013-08-13 19:32:00.372 22681 INFO ceilometer.api.app [-] amqp_durable_queues = False
2013-08-13 19:32:00.373 22681 INFO ceilometer.api.app [-] auth_strategy = noauth
2013-08-13 19:32:00.373 22681 INFO ceilometer.api.app [-] config_dir = None
2013-08-13 19:32:00.375 22681 INFO ceilometer.api.app [-] config_file = ['/tmp/tmp7WzlaS/ceilometer.conf']
2013-08-13 19:32:00.375 22681 INFO ceilometer.api.app [-] control_exchange = ceilometer
2013-08-13 19:32:00.376 22681 INFO ceilometer.api.app [-] database_connection = ****
2013-08-13 19:32:00.376 22681 INFO ceilometer.api.app [-] debug = True
2013-08-13 19:32:00.376 22681 INFO ceilometer.api.app [-] default_log_levels = ['amqplib=WARN', 'qpid.messaging=INFO', 'sqlalchemy=WARN', 'keystoneclient=INFO', 'stevedore=INFO', 'eventlet.wsgi.server=WARN']
2013-08-13 19:32:00.376 22681 INFO ceilometer.api.app [-] enable_v1_api = True
2013-08-13 19:32:00.377 22681 INFO ceilometer.api.app [-] fake_rabbit = False
2013-08-13 19:32:00.377 22681 INFO ceilometer.api.app [-] fatal_deprecations = False
2013-08-13 19:32:00.377 22681 INFO ceilometer.api.app [-] host = precise64
2013-08-13 19:32:00.377 22681 INFO ceilometer.api.app [-] instance_format = [instance: %(uuid)s]
2013-08-13 19:32:00.377 22681 INFO ceilometer.api.app [-] instance_uuid_format = [instance: %(uuid)s]
2013-08-13 19:32:00.378 22681 INFO ceilometer.api.app [-] kombu_ssl_ca_certs =
2013-08-13 19:32:00.378 22681 INFO ceilometer.api.app [-] kombu_ssl_certfile =
2013-08-13 19:32:00.378 22681 INFO ceilometer.api.app [-] kombu_ssl_keyfile =
2013-08-13 19:32:00.378 22681 INFO ceilometer.api.app [-] kombu_ssl_version =
2013-08-13 19:32:00.378 22681 INFO ceilometer.api.app [-] log_config = None
2013-08-13 19:32:00.379 22681 INFO ceilometer.api.app [-] log_date_format = %Y-%m-%d %H:%M:%S
2013-08-13 19:32:00.379 22681 INFO ceilometer.api.app [-] log_dir = None
2013-08-13 19:32:00.379 22681 INFO ceilometer.api.app [-] log_file = None
2013-08-13 19:32:00.380 22681 INFO ceilometer.api.app [-] log_format = None
2013-08-13 19:32:00.380 22681 INFO ceilometer.api.app [-] logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s] %(instance)s%(message)s
2013-08-13 19:32:00.380 22681 INFO ceilometer.api.app [-] logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
2013-08-13 19:32:00.380 22681 INFO ceilometer.api.app [-] logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
2013-08-13 19:32:00.380 22681 INFO ceilometer.api.app [-] logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s
2013-08-13 19:32:00.381 22681 INFO ceilometer.api.app [-] memcached_servers = None
2013-08-13 19:32:00.381 22681 INFO ceilometer.api.app [-] pipeline_cfg_file = /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml
2013-08-13 19:32:00.381 22681 INFO ceilometer.api.app [-] policy_default_rule = default
2013-08-13 19:32:00.381 22681 INFO ceilometer.api.app [-] policy_file = /opt/stack/ceilometer/tests/policy.json
2013-08-13 19:32:00.382 22681 INFO ceilometer.api.app [-] publish_errors = False
2013-08-13 19:32:00.382 22681 INFO ceilometer.api.app [-] rabbit_ha_queues = False
2013-08-13 19:32:00.382 22681 INFO ceilometer.api.app [-] rabbit_host = localhost
2013-08-13 19:32:00.383 22681 INFO ceilometer.api.app [-] rabbit_hosts = ['localhost:5672']
2013-08-13 19:32:00.384 22681 INFO ceilometer.api.app [-] rabbit_max_retries = 0
2013-08-13 19:32:00.384 22681 INFO ceilometer.api.app [-] rabbit_password = *****
2013-08-13 19:32:00.384 22681 INFO ceilometer.api.app [-] rabbit_port = 5672
2013-08-13 19:32:00.384 22681 INFO ceilometer.api.app [-] rabbit_retry_backoff = 2
2013-08-13 19:32:00.384 22681 INFO ceilometer.api.app [-] rabbit_retry_interval = 1
2013-08-13 19:32:00.385 22681 INFO ceilometer.api.app [-] rabbit_use_ssl = False
2013-08-13 19:32:00.385 22681 INFO ceilometer.api.app [-] rabbit_userid = guest
2013-08-13 19:32:00.385 22681 INFO ceilometer.api.app [-] rabbit_virtual_host = /
2013-08-13 19:32:00.385 22681 INFO ceilometer.api.app [-] rpc_backend = ceilometer.openstack.common.rpc.impl_fake
2013-08-13 19:32:00.385 22681 INFO ceilometer.api.app [-] rpc_cast_timeout = 30
2013-08-13 19:32:00.386 22681 INFO ceilometer.api.app [-] rpc_conn_pool_size = 30
2013-08-13 19:32:00.386 22681 INFO ceilometer.api.app [-] rpc_response_timeout = 60
2013-08-13 19:32:00.387 22681 INFO ceilometer.api.app [-] rpc_thread_pool_size = 64
2013-08-13 19:32:00.387 22681 INFO ceilometer.api.app [-] sample_source = openstack
2013-08-13 19:32:00.387 22681 INFO ceilometer.api.app [-] sqlite_db = ceilometer.sqlite
2013-08-13 19:32:00.387 22681 INFO ceilometer.api.app [-] sqlite_synchronous = True
2013-08-13 19:32:00.388 22681 INFO ceilometer.api.app [-] syslog_log_facility = LOG_USER
2013-08-13 19:32:00.388 22681 INFO ceilometer.api.app [-] use_stderr = True
2013-08-13 19:32:00.388 22681 INFO ceilometer.api.app [-] use_syslog = False
2013-08-13 19:32:00.388 22681 INFO ceilometer.api.app [-] verbose = False
2013-08-13 19:32:00.388 22681 INFO ceilometer.api.app [-] publisher_rpc.metering_secret = ************************
2013-08-13 19:32:00.389 22681 INFO ceilometer.api.app [-] publisher_rpc.metering_topic = metering
2013-08-13 19:32:00.393 22681 INFO ceilometer.api.app [-] database.connection = ***************
2013-08-13 19:32:00.394 22681 INFO ceilometer.api.app [-] database.connection_debug = 0
2013-08-13 19:32:00.395 22681 INFO ceilometer.api.app [-] database.connection_trace = False
2013-08-13 19:32:00.395 22681 INFO ceilometer.api.app [-] database.idle_timeout = 3600
2013-08-13 19:32:00.395 22681 INFO ceilometer.api.app [-] database.max_overflow = None
2013-08-13 19:32:00.395 22681 INFO ceilometer.api.app [-] database.max_pool_size = None
2013-08-13 19:32:00.396 22681 INFO ceilometer.api.app [-] database.max_retries = 10
2013-08-13 19:32:00.396 22681 INFO ceilometer.api.app [-] database.min_pool_size = 1
2013-08-13 19:32:00.396 22681 INFO ceilometer.api.app [-] database.pool_timeout = None
2013-08-13 19:32:00.396 22681 INFO ceilometer.api.app [-] database.retry_interval = 10
2013-08-13 19:32:00.397 22681 INFO ceilometer.api.app [-] database.slave_connection =
2013-08-13 19:32:00.397 22681 INFO ceilometer.api.app [-] database.time_to_live = -1
2013-08-13 19:32:00.397 22681 INFO ceilometer.api.app [-] ssl.ca_file = None
2013-08-13 19:32:00.397 22681 INFO ceilometer.api.app [-] ssl.cert_file = None
2013-08-13 19:32:00.397 22681 INFO ceilometer.api.app [-] ssl.key_file = None
2013-08-13 19:32:00.397 22681 INFO ceilometer.api.app [-] api.host = 0.0.0.0
2013-08-13 19:32:00.398 22681 INFO ceilometer.api.app [-] api.port = 10923
2013-08-13 19:32:00.398 22681 INFO ceilometer.api.app [-] service_credentials.os_auth_url = http://localhost:5000/v2.0
2013-08-13 19:32:00.398 22681 INFO ceilometer.api.app [-] service_credentials.os_cacert = None
2013-08-13 19:32:00.398 22681 INFO ceilometer.api.app [-] service_credentials.os_endpoint_type = publicURL
2013-08-13 19:32:00.399 22681 INFO ceilometer.api.app [-] service_credentials.os_password = *****
2013-08-13 19:32:00.399 22681 INFO ceilometer.api.app [-] service_credentials.os_tenant_id =
2013-08-13 19:32:00.399 22681 INFO ceilometer.api.app [-] service_credentials.os_tenant_name = admin
2013-08-13 19:32:00.399 22681 INFO ceilometer.api.app [-] service_credentials.os_username = ceilometer
2013-08-13 19:32:00.400 22681 INFO ceilometer.api.app [-] keystone_authtoken.admin_password = ****
2013-08-13 19:32:00.400 22681 INFO ceilometer.api.app [-] keystone_authtoken.admin_tenant_name = admin
2013-08-13 19:32:00.401 22681 INFO ceilometer.api.app [-] keystone_authtoken.admin_token = ****
2013-08-13 19:32:00.401 22681 INFO ceilometer.api.app [-] keystone_authtoken.admin_user = None
2013-08-13 19:32:00.401 22681 INFO ceilometer.api.app [-] keystone_authtoken.auth_admin_prefix =
2013-08-13 19:32:00.401 22681 INFO ceilometer.api.app [-] keystone_authtoken.auth_host = 127.0.0.1
2013-08-13 19:32:00.401 22681 INFO ceilometer.api.app [-] keystone_authtoken.auth_port = 35357
2013-08-13 19:32:00.402 22681 INFO ceilometer.api.app [-] keystone_authtoken.auth_protocol = https
2013-08-13 19:32:00.402 22681 INFO ceilometer.api.app [-] keystone_authtoken.auth_uri = None
2013-08-13 19:32:00.403 22681 INFO ceilometer.api.app [-] keystone_authtoken.auth_version = None
2013-08-13 19:32:00.403 22681 INFO ceilometer.api.app [-] keystone_authtoken.cache = None
2013-08-13 19:32:00.403 22681 INFO ceilometer.api.app [-] keystone_authtoken.certfile = None
2013-08-13 19:32:00.403 22681 INFO ceilometer.api.app [-] keystone_authtoken.delay_auth_decision = False
2013-08-13 19:32:00.404 22681 INFO ceilometer.api.app [-] keystone_authtoken.http_connect_timeout = None
2013-08-13 19:32:00.404 22681 INFO ceilometer.api.app [-] keystone_authtoken.http_handler = None
2013-08-13 19:32:00.404 22681 INFO ceilometer.api.app [-] keystone_authtoken.keyfile = None
2013-08-13 19:32:00.404 22681 INFO ceilometer.api.app [-] keystone_authtoken.memcache_secret_key = ****
2013-08-13 19:32:00.404 22681 INFO ceilometer.api.app [-] keystone_authtoken.memcache_security_strategy = None
2013-08-13 19:32:00.405 22681 INFO ceilometer.api.app [-] keystone_authtoken.memcached_servers = None
2013-08-13 19:32:00.405 22681 INFO ceilometer.api.app [-] keystone_authtoken.revocation_cache_time = 1
2013-08-13 19:32:00.405 22681 INFO ceilometer.api.app [-] keystone_authtoken.signing_dir = None
2013-08-13 19:32:00.405 22681 INFO ceilometer.api.app [-] keystone_authtoken.token_cache_time = 300
2013-08-13 19:32:00.406 22681 INFO ceilometer.api.app [-] ********************************************************************************
2013-08-13 19:32:00.406 22681 INFO ceilometer.api.app [-] serving on 0.0.0.0:10923, view at http://127.0.0.1:10923
2013-08-13 19:32:00.668 22681 DEBUG ceilometer.openstack.common.policy [-] Rule context_is_admin will be now enforced enforce /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/openstack/common/policy.py:247
2013-08-13 19:32:00.670 22681 DEBUG ceilometer.openstack.common.fileutils [-] Reloading cached file /opt/stack/ceilometer/tests/policy.json read_cached_file /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/openstack/common/fileutils.py:64
2013-08-13 19:32:00.671 22681 DEBUG ceilometer.openstack.common.policy [-] Rules successfully reloaded load_rules /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/openstack/common/policy.py:201
eter/ceilometer/alarm/threshold_evaluation.py", line 205, in evaluate
LOG.info(_('initiating evaluation cycle on %d alarms') %
NameError: global name '_' is not defined
======================================================================
FAIL: tests.alarm.test_threshold_evaluation.TestEvaluate.test_equivocal_from_unknown
tags: worker-1
----------------------------------------------------------------------
Empty attachments:
pythonlogging:''
Traceback (most recent call last):
File "/opt/stack/ceilometer/tests/alarm/test_threshold_evaluation.py", line 263, in test_equivocal_from_unknown
self.evaluator.evaluate()
File "/opt/stack/ceilometer/ceilometer/alarm/threshold_evaluation.py", line 205, in evaluate
LOG.info(_('initiating evaluation cycle on %d alarms') %
NameError: global name '_' is not defined
======================================================================
FAIL: tests.alarm.test_threshold_evaluation.TestEvaluate.test_simple_alarm_clear
tags: worker-1
----------------------------------------------------------------------
Empty attachments:
pythonlogging:''
Traceback (most recent call last):
File "/opt/stack/ceilometer/tests/alarm/test_threshold_evaluation.py", line 162, in test_simple_alarm_clear
self.evaluator.evaluate()
File "/opt/stack/ceilometer/ceilometer/alarm/threshold_evaluation.py", line 205, in evaluate
LOG.info(_('initiating evaluation cycle on %d alarms') %
NameError: global name '_' is not defined
======================================================================
FAIL: tests.alarm.test_threshold_evaluation.TestEvaluate.test_simple_insufficient
tags: worker-1
----------------------------------------------------------------------
Empty attachments:
pythonlogging:''
Traceback (most recent call last):
File "/opt/stack/ceilometer/tests/alarm/test_threshold_evaluation.py", line 98, in test_simple_insufficient
self.evaluator.evaluate()
File "/opt/stack/ceilometer/ceilometer/alarm/threshold_evaluation.py", line 205, in evaluate
LOG.info(_('initiating evaluation cycle on %d alarms') %
NameError: global name '_' is not defined
======================================================================
FAIL: tests.alarm.test_threshold_evaluation.TestEvaluate.test_unequivocal_from_known_state_and_repeat_actions
tags: worker-1
----------------------------------------------------------------------
Empty attachments:
pythonlogging:''
Traceback (most recent call last):
File "/opt/stack/ceilometer/tests/alarm/test_threshold_evaluation.py", line 220, in test_unequivocal_from_known_state_and_repeat_actions
self.evaluator.evaluate()
File "/opt/stack/ceilometer/ceilometer/alarm/threshold_evaluation.py", line 205, in evaluate
LOG.info(_('initiating evaluation cycle on %d alarms') %
NameError: global name '_' is not defined
======================================================================
FAIL: process-returncode
tags: worker-1
----------------------------------------------------------------------
Binary content:
traceback (test/plain; charset="utf8")
======================================================================
FAIL: process-returncode
tags: worker-1
----------------------------------------------------------------------
Binary content:
traceback (test/plain; charset="utf8")
Ran 2474 (+1236) tests in 78.102s (+0.345s)
FAILED (id=16, failures=12, skips=31)
error: testr failed (1)
+ clean_exit
+ local error_code=1
+ rm -rf /tmp/CEILO-MONGODB-Vwu02
+ '[' 22167 ']'
+ kill -9 22167
+ return 1
ERROR: InvocationError: '/bin/bash -x /opt/stack/ceilometer/run-tests.sh'
py27 runtests: commands[1] | /opt/stack/ceilometer/tools/config/check_uptodate.sh
___________________________________ summary ____________________________________
ERROR: py27: commands failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment