Last active
December 21, 2015 01:29
-
-
Save terriyu/6228528 to your computer and use it in GitHub Desktop.
When I run the Ceilometer tests, I get many warnings of type: /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a5ced50f742149e8b4a36041cab8946f, you must provide a username and password. "must …
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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.a354.g1e8b2b9.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.389s (+0.018s) | |
| PASSED (id=7) | |
| Slowest Tests | |
| Test id Runtime (s) | |
| ------------------------------------------------------------------------------------------------------------------- ----------- | |
| tests.publisher.test_rpc_publisher.TestPublish.test_published_with_policy_default_sized_queue_and_rpc_down 1.870 | |
| tests.test_bin.BinApiTestCase.test_v1 1.784 | |
| tests.test_bin.BinApiTestCase.test_v2 1.767 | |
| tests.test_bin.BinSendCounterTestCase.test_send_counter_run 0.899 | |
| tests.api.v2.test_list_meters_scenarios.TestListMeters.test_with_project_and_metadata_query(sqlalchemy) 0.750 | |
| tests.test_bin.BinTestCase.test_run_expirer 0.715 | |
| tests.test_bin.BinTestCase.test_dbsync_run 0.660 | |
| tests.test_novaclient.TestNovaClient.test_with_flavor_and_image_none_metadata 0.558 | |
| tests.api.v1.test_compute_duration_by_resource_scenarios.TestComputeDurationByResource.test_after_range(sqlalchemy) 0.533 | |
| tests.compute.pollsters.test_diskio.TestDiskPollsters.test_disk_write_bytes 0.487 | |
| ++ mktemp -d /tmp/CEILO-MONGODB-XXXXX | |
| + MONGO_DATA=/tmp/CEILO-MONGODB-iWXwL | |
| + trap clean_exit EXIT | |
| + mkfifo /tmp/CEILO-MONGODB-iWXwL/out | |
| + MONGO_PID=13410 | |
| + mongod --maxConns 32 --nojournal --noprealloc --smallfiles --quiet --noauth --port 29000 --dbpath /tmp/CEILO-MONGODB-iWXwL --bind_ip localhost | |
| + read line | |
| + grep -q 'waiting for connections on port' | |
| + echo 'note: noprealloc may hurt performance in many applications' | |
| + read line | |
| + echo 'Thu Aug 8 21:47:59.113 [initandlisten] MongoDB starting : pid=13410 port=29000 dbpath=/tmp/CEILO-MONGODB-iWXwL 64-bit host=precise64' | |
| + read line | |
| + grep -q 'waiting for connections on port' | |
| + echo 'Thu Aug 8 21:47:59.113 [initandlisten] db version v2.4.5' | |
| + read line | |
| + grep -q 'waiting for connections on port' | |
| + echo 'Thu Aug 8 21:47:59.113 [initandlisten] git version: a2ddc68ba7c9cee17bfe69ed840383ec3506602b' | |
| + read line | |
| + echo 'Thu Aug 8 21:47:59.113 [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 'Thu Aug 8 21:47:59.113 [initandlisten] allocator: tcmalloc' | |
| + grep -q 'waiting for connections on port' | |
| + read line | |
| + echo 'Thu Aug 8 21:47:59.114 [initandlisten] options: { bind_ip: "localhost", dbpath: "/tmp/CEILO-MONGODB-iWXwL", maxConns: 32, noauth: true, nojournal: true, noprealloc: true, port: 29000, quiet: true, smallfiles: true }' | |
| + grep -q 'waiting for connections on port' | |
| + read line | |
| + echo 'Thu Aug 8 21:47:59.130 [FileAllocator] allocating new datafile /tmp/CEILO-MONGODB-iWXwL/local.ns, filling with zeroes...' | |
| + grep -q 'waiting for connections on port' | |
| + read line | |
| + echo 'Thu Aug 8 21:47:59.131 [FileAllocator] creating directory /tmp/CEILO-MONGODB-iWXwL/_tmp' | |
| + grep -q 'waiting for connections on port' | |
| + read line | |
| + echo 'Thu Aug 8 21:47:59.138 [FileAllocator] done allocating datafile /tmp/CEILO-MONGODB-iWXwL/local.ns, size: 16MB, took 0 secs' | |
| + grep -q 'waiting for connections on port' | |
| + read line | |
| + echo 'Thu Aug 8 21:47:59.139 [FileAllocator] allocating new datafile /tmp/CEILO-MONGODB-iWXwL/local.0, filling with zeroes...' | |
| + grep -q 'waiting for connections on port' | |
| + read line | |
| + echo 'Thu Aug 8 21:47:59.139 [FileAllocator] done allocating datafile /tmp/CEILO-MONGODB-iWXwL/local.0, size: 16MB, took 0 secs' | |
| + grep -q 'waiting for connections on port' | |
| + read line | |
| + echo 'Thu Aug 8 21:47:59.165 [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-iWXwL/out | |
| running testr | |
| 2013-08-08 21:48:04.758 13476 INFO keystoneclient.middleware.auth_token [-] Starting keystone auth_token middleware | |
| 2013-08-08 21:48:04.758 13476 INFO keystoneclient.middleware.auth_token [-] Using /tmp/keystone-signing-N0UbJG as cache directory for signing certificate | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bbd1fa0390234743a6d1613d294598e3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a5a4120a109c4f95b4b7f7565219ff5b, you must 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_0472ff8a604941a3a62c1a148cacdea9, you must 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_9afbb043537c428f8a20537a4e803033, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_37582bb1811147cb910eb31749c4f713, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e06742e38a704ffaa46469205f760d09, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_65388c0d4d424d7ca37b87ec6601f3a1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e13f5aba11b8493f87b956dd2a06eb97, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9af112bd6b584d8aaa2e4983aa793b38, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_616ed35148f14dd39d3d3fdb8c0b0a7f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ffcb1c019c2f4462a1c6452f8ca2aed4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5b3c1f23151047ffb992cb5add06f3bd, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e8482a2993e1428eaef34da3bc756bb3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2d5454daad8145eb9a79d93e1b7bb0e6, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ee2ea6c03c0246088f3be6bca4e765d9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_61617eef3be745ff998d04d37fb7705e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a5ced50f742149e8b4a36041cab8946f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5181d145afef42aba3b621e6b972f334, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1eebbd67373542a187c378cc3fffe2d5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cb1dcd4504bc461a8c9210b4db9a8f05, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f59d7bc613034c158ba1e6550e1f1099, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_05ce3cad0187408a8d303a3c751addf5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_40e2af0f507b47b8938850c16a11790b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_255b583cdc4a401197bad74224b23f74, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2ab066d83c604057a9a7c4b2f5e1dff9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bc97fb61173f4779bafce0aa7518f824, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ef5a2c2abf184748825c7473a47e9a96, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_24e2542f864f4adfa788d1bc3b71a9d3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6f4acce701894b328412a8f5ebbc3510, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_549df3215a9d4acab14b89923772f1c9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4f8ffa402b294865985f16d0961840cb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b9441d210bc6469cb800191f43441a60, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_63ef2ee280134eceb79adfdb127594c0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a46bb1ebb10340829604c6b0c572131b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6c642050db884a8ba269704f68b5c504, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6406b78db9914c648f176e1eb64cfdba, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0a7a48e2e34044f887c105cd28b042f9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_78e1f52380f640198f205cf43c5a39ac, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_761cd4a6405c4c1b9b4039388d8e15af, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_033f257ba703456ca3bd31646f85e1ee, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e5870e6306c4485cb8c5e9db7e9d1622, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7051ad76a33648e3af0df26146241eef, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_29d7cc37606747d0a03110cb5f3e5ffb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_881b0a8cf74a4eab8c9a53569fe896c1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_36ad029c421c4d8e8804040150d34200, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_177cbf7ededd4130ba430c94b599e6dd, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_546ebb9cf3394503b856276360660c47, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b024893fbb1243519bd7de8c833d8fc3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_91bba4698cd84a8bbf60686ac574751e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4270f4e444a548f5b3ff5d9d1832d1f5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_be8b8379c6e54663b1ce5d087edc08b3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_027a3e1b1d614348acbd0b64403c6576, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b5dd7b3449f5436d86431e9abe942b38, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_13b3941941384b0bb510d9dde6ba4957, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cdf0f45434c0449e8f17c32f69caf967, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2d1d7dda54e042d580212861f46b1c16, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fd27951c92144dc8b464d0afa9d58acd, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b5d4ebe1e78b48d9a32f988360193f77, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_acd68d1f65444d8ea940b3ffd16eb96a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_dbcee33c03994a1d80214e90c120cd38, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_32577f8a8b724b6cb26f767bf47aff6b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_376732f8f2e0426dbcb1dc4491af9c08, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_42b50b70eb784bf7921383f4f5aafbac, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ffc0d0cb91cf4c27bb4447bdaca37cc2, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6f388370b37440b9bf42866fe3d08bfb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6ca6da789986445393f17314523695d9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cc2ccd9da3014a2ca656c715486a4b11, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b5ae993fd53447cfbe80769b49c2d387, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9fd77eddb73e4158915df7f0598344c7, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_06a612a8df1845c2bc072ad225553d20, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_15cd46ec3265401ca366bdf1342a65dc, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6b474570e4e54e0fae799a2d447ef881, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_caedd60b98b04665be2faae2df7e0c66, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c66e94772ad2457da809c76bd879c631, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ed471e139eac4580984d9cc097ae3b1d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e25f7f8ff8074d1199ff86e72d27b2cb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_49ee63770c39433090a84b76352860dc, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_54e283d6b7b441ee84e08814551695b2, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7eb069b109044e6cbb120926a750d362, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_57615c91c0294924ab7eac1c63ed76e7, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4d947a894be74eea9215d03a679d65b9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_733c2fb972e14b53b4085abaa09d31a8, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_76b0612f7ba643179f4669fd47a26d02, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2dc4f123355942679a9d3f27ff0ccf9d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ed03c1cdd57e4a8682e0af9db90b965a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3ec58cf419c740a0a6e5b88fe706e1c2, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ca4217a732f742f693014ac186bd0270, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f83bdebeb4134299b2fad51c176162df, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9e00bb6952f94d1cb445eff276789675, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_33df15ca6d494a76bc1c4a519fe023c3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3dd20869587f4d40a1ac55611ad2ca69, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_da8645e300e5458b97db5f7b0b5fb656, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0ee985d579ec45f49cb1a2a74356ba69, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_666abc9dbb004a8f87b4eb98cb847f8f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5d829089e60943a8bd503a101f564c36, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_54e3528660564308afbde0b8bee14419, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d8b28543f0df4e188e76d6fa130338cf, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_97a335f12fce436288d7c496ae7aed44, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ea5ce56bf50a4d25961afce287d20bcb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9905d0b1fd6640a08ad56113d9828c3a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1acbc073fdaf4b1b9ad41871c63aab4d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c9d61888b3c843e6959f8cfe6b236dfd, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4edf4d4a393b4e31b8926a237e49f54b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_856ec0b47a744d15add7e8e2488bdd90, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_82ab6f1bad814481b3f9e0d2a4b8f7ba, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_acf5d681a02b4365b268a6ca8861a949, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f546b64539d243b58c219a8902233ec7, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8b2a4baa5ada418faf9b3b32790e6f85, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_79060a16784c40c99f78dd50a1964c79, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f20764c52bda443e9ce9867451141306, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3ddf1efde92941dc91d8a760bb4b0bf6, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_60a073de12d3470b8cdaa6f76e87d54c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8fe032690b244920a9271143a91e7ae9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3b58ef326070460786a6c4796596bf3c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9a43170696d248ff907159df79485632, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2a0daac4b97848b88c0d0df581ac5e0a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4a69544433c64bdba0cc262d5b531ee5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3280fae1f6234a7d85fc7c17791ddcb2, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a8bac5c8043a451fba5b6a9774719fa6, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7edc711c766945b4b787c9eb16f01f41, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4e6e34b8a3194f029315a9c5285b483d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2e925e453c8048adb1e04c54193fb851, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ec76af4dd4a547229553d86cdb599a2a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6b37894f9174422aa617ca96486c8736, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a188af5b78644b558377b588c18eea78, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2c439b7ba58a4c63a673f3401e822d34, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_567aaebf8474413699f2bf35ef95c7e4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2aec2d2be1b24084b85d64c77dba7446, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5a1b5d4da6fe417a92411ddebe760b7a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_dff71d67259c4f7aa4dd442277df680f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5b142a91bb2a47b58ac826986c16cf59, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a4f2c37499e94ccd8f973f323cfdfa07, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a9122262151d4e3e9a2292845ada9a27, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_37694320ab2b4c38b527908a06db7600, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_01fc7edd4732411ea8fc4fba34a70d3b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5c56d00b12734c72b302e98678d89256, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f787d2d9bcdc419983ef0f2eb7a731a1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c13a0472a4cf4a62a209304b43473b5d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5a4ae9338a524373b879e1b1f12d1913, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3fb6b7349989430a9d5616d633cf4df1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_08f3292f260d474da40cf544723ce292, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6ee42ca80aa642829eb7a1bbcbb2c8cb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f548283e9aa44a1a911f014dfcb8f604, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d92f163b74454a08a629877aa74f151c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_31d0976dfe884df0b2162d45ebcfc905, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f18b4676a76e476a94d00c8b0d0c4afb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ef6d1c2af04f4b798c122f0db4e3021a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_455e469dba58446aa327e720d7dec882, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d9d26fd6ef644d6aa2ccf79507805eb4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_29b0a5c06d8d4ae2b0ae497406a788fe, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a5a3e8279dcf49088a6815a36a495e4c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_39f461c6d5c648abbda4aaf77af32f9d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c6243d5c4c5645829e0b99dcc9c31a58, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fe9e1e2257ef4109bbf0b7a2d9b27801, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d18e93d65249497a9e57025776abd90e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1c8fd94a69c848eeb2a31da0e7b9906d, you must 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:96: RuntimeWarning: `static_root` is only used when `debug` is True, ignoring | |
| RuntimeWarning | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pecan/__init__.py:96: 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_4b6bc3da6ecf4f47be1fe3a1058a9406, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_461fc60b2d024e86949329e859bdbd21, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ca6c1eb4fafd490e82a9c9788e5bb832, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1a7ad85a94e64c32b7c5fa0fa725cd40, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3083f628b27d4497a7695870b80e6fa0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_25cb59348e5040f2b66a7260d80673d4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bf02f25c5f0e45ba97200b61c07c9c83, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8539631a50df47918746cdd6e7391c59, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7b2711c6a6a34e36b0d052a1c47b5e60, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_02501cc4d4df4de9bb0a8a732e91e8d8, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_aa9b46c99df34dfcb30f307be0b47997, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0b3336dfb84e4cd3a3aa76207765ca04, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_40ed5c84a4c04e088f740f7094079ddd, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e14a2ded76824fe3baca6ea04cdb88f3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2f971b9bee7c4b9b9c57b5eb0d9df294, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_091430d5dfef46ca9cb7d09710c27775, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_424fe2f991544a95bca22b28d6d3ffc8, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_75d1726559a246f7986dc2ba37424d2a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_86ba01a21f7e443ab4ec6d5343e2255c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_419a34f704f34ae1b6a87ca4743213d4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1f522c7a455240f08807bf48ebf6c26a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8d7427d7be6744aeb9323494dc1d3b92, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_295a5fb616e24b59acd1ec7fe7f6cac3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e30944138a2546ccbfbee415d9049835, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_06f3e887efa045a9a3374fae837106f0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c040063453364fe795bac226c35bfa1e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_968b54a6fe29454990218cf51035d1e0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_21acb84e9993429299aceeff96ef0495, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3b16f83beb0b4664ad1b26bffb6ba230, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a349419f39e9468d8a9b4fc1dca40078, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0766b13b3efd4219942b0f9a7cb41a9d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ea03b9a65bdd42ddb3ad7c64c772297c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7bc25f190516403a88771ca20f2ec065, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_de87847314f04cafa18557e6c3a8f19f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ea11773ca05d47d0afd1bc82da0518ad, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9406b615edb64b8f93909e1eb6c89ea6, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fc0be42dab0c4f18ad36c9d2d363366f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_79c49f68df3347889e7494586837d239, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_304c0ab094e04deda1c6517954925992, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bd95e1d73ce54e939e193e2ea288b8b8, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5ceb0ea88ccd47bda6794d9c0a67ca8b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e13d0bded6ed4c53b95920abce3d3f9a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b2ac9fd53c7642e981c67323bf5884f2, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_72b28f70fc224cd8875a9801b23b88c8, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4710fb70174b42f880c2f428f7222b85, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b97fc4767a6b444a810c01ca416001b5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7b25f91f4e98455e9c4ca6f6a2799fa0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c057e503a68749f1b2b297a25df371fc, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a8139f23e4b2452da53f372d8de54516, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_95e6520dfa7742269abb55363cfce50b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d39fb86a495a4160bf3f6253e3992e57, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6aaadb223f964a61a7f26b4bb56a4108, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6d6f78c0bc0744c59909597408de50c8, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_646135e4ea8545d1b801b3f7a337eec6, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_167bafd46ca44287bb4ca2890f9811da, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4ab6d47c9233457da3241eaa5227584f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_55690c0d190948e6a9163b7d9c6c56b0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8711e8fecd6c4baa907c428a96bfaf16, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_914808d2595c4244b4da4560cea18498, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e9d8f24046c540c4913f2c75c814e647, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fff08c0a005a4c58ac187b089d3cd1ff, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_67ae2bd6b096440eae4be729bb8255da, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e48a6eef8a2947ba87bf7931ecf253b5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_888ba8545b0a4b38b0e8c2d0b34ad587, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1520d2283a484a4ba43ef7560f2a98bf, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7b380bf1e6624e24b932d1aedacc9277, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5cac9824f3f94a148fb2aff8000b3620, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9c1e78358880473db6d6312170e88d58, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1c739dd0cb574244abd9fda535419cd4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d900618787234aff9286e6469b2d74d3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_96d617e9a2134cc4bcc66808004b9929, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_863f0d97e6ad4a209c05625755f2b333, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5304bb7c1cdd4da282a5f6f6461869f0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9c728eea3b1a47308c5e970753636636, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_86132d18aa304a26b7c76b2089816884, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7879e2356cbf4ffab06ddfd18456d954, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c64116d1c631461ab166ea576f519df1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c0c1216cccff4180a9be8e20c494c25e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_575ac20238fc4cd08e39710bc1e8c52d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0d49dff644a24b368801ff252830736b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8d3ac9e0598d4d51ba0b28aeec0f6d65, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7984bb9d7ed849309dc0382f91e007a3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b7a79adc161442a39205142249cdb79b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ef70be204d224780adda5719b1dbc929, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e2d79fb754954237afcf96a5b135fe59, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_65ea7529ed0c4d0f9772dc87c6384dfd, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d303dd3c82d5421db993fc999434fd69, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_14b19dbbbcdb4fbb82bd2ce37937cbdd, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_28b4a3e4f0be41ecac5b39e5256c906e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8d45425345b9414689a69055ebefa6c8, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_823a9ad57d5c4757be2f2aa1d172f8b0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_66d95027a4ee4baab910fecaffa71dbe, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8c851b77d6584caa901d9b22cf306df7, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_65fc2f15334f4880bc2b5b96bc35cd41, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a96568a6d5bf4336992c470f8c9c0048, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8b8859fe78d14bcb9f9cd6596e1d5a7d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2dc74b983fa84c92857a3504026d68a3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b7f346ba2e0f4bb6b555e12cfdaf3185, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/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_c70991275a7e4025b5b078bc6740cf3e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/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_a2a599239678493c8069c2fbb48a710a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_40b6251e09f345179127e4de2a06fe09, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_186e48eefd3b47159c78b019351cc7d6, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fa89924ba79f41c58fcd5d9f9d45be4d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_413332ece9864032bc7741981f9bf14d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_61ccb7a15efc4692b6c042185be3c1ae, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fb124206165244afb426da360a09cd1c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a70e551b2f5f4b3199a09f1ef3cfa249, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bbc9fb1f085d43938a6393610e1d5e33, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9f73faa07032429aa91a41a8c5dc1af1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_11edaa6ff594483eaddf724ab7d4362b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1ac4ec32592e4112b42b6d9227667d6c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_559b185c11044807aa42c3765d764d90, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_552276da795646ca85f55c17e1bc78af, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_20b96fe742dc4a78bbd09e10f82b17ac, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3a57ea418fc44dfaa0bdbc984d3ff030, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ef009d5ee1264b0db2d2b847aceae08c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bd9b8ae161634d1cae0b58457561ce00, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9e0d0d949d094c11b43fd3708292b631, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c578c594a9eb4252a5a6de00576a784f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c286535ea0974a3fb2c5a1bb6e313607, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f66c84b67ab646eb9867cade5344ac81, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2bb09bc1606a456c95ac933ca76be799, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3b279e378feb413c99bc5641cdfec8c8, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d13adf32986644778b5290340d2749e0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_214c688ac5d94bd58b1d5b9aed4c265c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9925a91f90d0478c82fc71246a1b3501, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_efa5449e02234ffc9b25f21cf3a3a35b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_562ea2def46f4ca2b09c23b098830b0b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ad72d32a70234b47a4f27982c0d89fcb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ab58603b8d1a4d0386c68fe51d95ad06, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2539156a1f5a4eb28a536fcd73e6fbbf, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8a44bafc906c439a956710e8cbfafef0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_af0db8c7fdda42e7bac0a619f33e05a7, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d65fd095ddb1482da310023d38a39d79, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d34b8730433b444f95413d63d3e1fbc6, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_601f1f32f610410198cdb1700278132b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ef672685f868463e8fb4c7028b1492ac, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8a76c37e9ce64c879a0ab9a9c7febd15, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_da374f98acf24c23af796b97d23260ec, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_37aee16b2b064ddc88e89abfa00f40fb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1e3933fce4d14cf584a773ee1a5b82fe, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_27ae638a0cb04cd7b3ead1a70a3414a1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_16e4489e94f749aab7c78e60f7cd6d63, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fdac9842e1394d3da38660f76b048dd9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_616b97e07a9e472383a8d440306861d6, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b2bf0adc313e4d2eb267913d8e96e326, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_50533b8a836440c197f4cd01d5675e79, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c7205fa90f224af982f18f9625cc4236, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9c16326dfc504197ba9792a84e34c77c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_33cf235533b2467685f5adcfa900f093, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e104749c17864a4486c72c58021432cb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_199d069d54964b4caab05842ea59afec, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bfff3792fec84f818b7164e17c0f7a67, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1ed9ff6af8a044d297d720d9f4f1d8e6, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_413955f8ad3e4128843416d843608c2f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fb85f0d7ab144f268fb26e8a12573e42, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ca01be2d4995480581897c27be44cacc, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e62a5eeec1e848c19beff33e700d3f08, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ca3b1ad5d9274a3abaea885e68fc3e93, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e1858a705c7240c1a6ad09fad396f56d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_33c4c15bffe942cca6bc370d7713fc7f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f13616e5e642462e894e0833fb3c814c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_024c52b86a0e4663a65e07af2a96d5c5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_893cd52e894645a098f2530391cb1d13, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4934301ee1a642fdac5cbe6e98c907ed, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d981cdef07fe4d33a17e41e8ced6ae39, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_20b268f08676494e906e819d49f5baa9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_670250fd20574efdbe97382ba6b43e92, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_04cb7a0c00dc45d999d679ae2596c3bd, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_43093a192ad44935bf0faadb859e634c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| 2013-08-08 21:49:02.834 13891 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-08 21:49:02.891 13891 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-08 21:49:02.898 13891 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-08 21:49:02.972 13891 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default | |
| 2013-08-08 21:49:02.978 13891 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default | |
| 2013-08-08 21:49:02.978 13891 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-08 21:49:02.979 13891 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-08 21:49:03.061 13891 INFO ceilometer.api.app [-] Starting server in PID 13891 | |
| 2013-08-08 21:49:03.061 13891 INFO ceilometer.api.app [-] Configuration: | |
| 2013-08-08 21:49:03.061 13891 INFO ceilometer.api.app [-] ******************************************************************************** | |
| 2013-08-08 21:49:03.061 13891 INFO ceilometer.api.app [-] Configuration options gathered from: | |
| 2013-08-08 21:49:03.061 13891 INFO ceilometer.api.app [-] command line args: ['--config-file=/tmp/tmp70HVoL/ceilometer.conf'] | |
| 2013-08-08 21:49:03.061 13891 INFO ceilometer.api.app [-] config files: ['/tmp/tmp70HVoL/ceilometer.conf'] | |
| 2013-08-08 21:49:03.062 13891 INFO ceilometer.api.app [-] ================================================================================ | |
| 2013-08-08 21:49:03.062 13891 INFO ceilometer.api.app [-] allowed_rpc_exception_modules = ['ceilometer.openstack.common.exception', 'nova.exception', 'cinder.exception', 'exceptions'] | |
| 2013-08-08 21:49:03.062 13891 INFO ceilometer.api.app [-] amqp_auto_delete = False | |
| 2013-08-08 21:49:03.062 13891 INFO ceilometer.api.app [-] amqp_durable_queues = False | |
| 2013-08-08 21:49:03.063 13891 INFO ceilometer.api.app [-] auth_strategy = noauth | |
| 2013-08-08 21:49:03.063 13891 INFO ceilometer.api.app [-] config_dir = None | |
| 2013-08-08 21:49:03.063 13891 INFO ceilometer.api.app [-] config_file = ['/tmp/tmp70HVoL/ceilometer.conf'] | |
| 2013-08-08 21:49:03.063 13891 INFO ceilometer.api.app [-] control_exchange = ceilometer | |
| 2013-08-08 21:49:03.064 13891 INFO ceilometer.api.app [-] database_connection = **** | |
| 2013-08-08 21:49:03.064 13891 INFO ceilometer.api.app [-] debug = True | |
| 2013-08-08 21:49:03.064 13891 INFO ceilometer.api.app [-] default_log_levels = ['amqplib=WARN', 'qpid.messaging=INFO', 'sqlalchemy=WARN', 'keystoneclient=INFO', 'stevedore=INFO', 'eventlet.wsgi.server=WARN'] | |
| 2013-08-08 21:49:03.064 13891 INFO ceilometer.api.app [-] enable_v1_api = True | |
| 2013-08-08 21:49:03.064 13891 INFO ceilometer.api.app [-] fake_rabbit = False | |
| 2013-08-08 21:49:03.065 13891 INFO ceilometer.api.app [-] fatal_deprecations = False | |
| 2013-08-08 21:49:03.065 13891 INFO ceilometer.api.app [-] host = precise64 | |
| 2013-08-08 21:49:03.065 13891 INFO ceilometer.api.app [-] instance_format = [instance: %(uuid)s] | |
| 2013-08-08 21:49:03.065 13891 INFO ceilometer.api.app [-] instance_uuid_format = [instance: %(uuid)s] | |
| 2013-08-08 21:49:03.065 13891 INFO ceilometer.api.app [-] kombu_ssl_ca_certs = | |
| 2013-08-08 21:49:03.066 13891 INFO ceilometer.api.app [-] kombu_ssl_certfile = | |
| 2013-08-08 21:49:03.066 13891 INFO ceilometer.api.app [-] kombu_ssl_keyfile = | |
| 2013-08-08 21:49:03.066 13891 INFO ceilometer.api.app [-] kombu_ssl_version = | |
| 2013-08-08 21:49:03.066 13891 INFO ceilometer.api.app [-] log_config = None | |
| 2013-08-08 21:49:03.066 13891 INFO ceilometer.api.app [-] log_date_format = %Y-%m-%d %H:%M:%S | |
| 2013-08-08 21:49:03.067 13891 INFO ceilometer.api.app [-] log_dir = None | |
| 2013-08-08 21:49:03.067 13891 INFO ceilometer.api.app [-] log_file = None | |
| 2013-08-08 21:49:03.067 13891 INFO ceilometer.api.app [-] log_format = None | |
| 2013-08-08 21:49:03.067 13891 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-08 21:49:03.067 13891 INFO ceilometer.api.app [-] logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d | |
| 2013-08-08 21:49:03.068 13891 INFO ceilometer.api.app [-] logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s | |
| 2013-08-08 21:49:03.068 13891 INFO ceilometer.api.app [-] logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s | |
| 2013-08-08 21:49:03.068 13891 INFO ceilometer.api.app [-] memcached_servers = None | |
| 2013-08-08 21:49:03.068 13891 INFO ceilometer.api.app [-] pipeline_cfg_file = /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml | |
| 2013-08-08 21:49:03.068 13891 INFO ceilometer.api.app [-] policy_default_rule = default | |
| 2013-08-08 21:49:03.069 13891 INFO ceilometer.api.app [-] policy_file = /opt/stack/ceilometer/tests/policy.json | |
| 2013-08-08 21:49:03.069 13891 INFO ceilometer.api.app [-] publish_errors = False | |
| 2013-08-08 21:49:03.069 13891 INFO ceilometer.api.app [-] rabbit_ha_queues = False | |
| 2013-08-08 21:49:03.069 13891 INFO ceilometer.api.app [-] rabbit_host = localhost | |
| 2013-08-08 21:49:03.070 13891 INFO ceilometer.api.app [-] rabbit_hosts = ['localhost:5672'] | |
| 2013-08-08 21:49:03.070 13891 INFO ceilometer.api.app [-] rabbit_max_retries = 0 | |
| 2013-08-08 21:49:03.070 13891 INFO ceilometer.api.app [-] rabbit_password = ***** | |
| 2013-08-08 21:49:03.070 13891 INFO ceilometer.api.app [-] rabbit_port = 5672 | |
| 2013-08-08 21:49:03.071 13891 INFO ceilometer.api.app [-] rabbit_retry_backoff = 2 | |
| 2013-08-08 21:49:03.071 13891 INFO ceilometer.api.app [-] rabbit_retry_interval = 1 | |
| 2013-08-08 21:49:03.071 13891 INFO ceilometer.api.app [-] rabbit_use_ssl = False | |
| 2013-08-08 21:49:03.071 13891 INFO ceilometer.api.app [-] rabbit_userid = guest | |
| 2013-08-08 21:49:03.071 13891 INFO ceilometer.api.app [-] rabbit_virtual_host = / | |
| 2013-08-08 21:49:03.072 13891 INFO ceilometer.api.app [-] rpc_backend = ceilometer.openstack.common.rpc.impl_fake | |
| 2013-08-08 21:49:03.072 13891 INFO ceilometer.api.app [-] rpc_cast_timeout = 30 | |
| 2013-08-08 21:49:03.072 13891 INFO ceilometer.api.app [-] rpc_conn_pool_size = 30 | |
| 2013-08-08 21:49:03.072 13891 INFO ceilometer.api.app [-] rpc_response_timeout = 60 | |
| 2013-08-08 21:49:03.072 13891 INFO ceilometer.api.app [-] rpc_thread_pool_size = 64 | |
| 2013-08-08 21:49:03.072 13891 INFO ceilometer.api.app [-] sample_source = openstack | |
| 2013-08-08 21:49:03.073 13891 INFO ceilometer.api.app [-] sqlite_db = ceilometer.sqlite | |
| 2013-08-08 21:49:03.073 13891 INFO ceilometer.api.app [-] sqlite_synchronous = True | |
| 2013-08-08 21:49:03.073 13891 INFO ceilometer.api.app [-] syslog_log_facility = LOG_USER | |
| 2013-08-08 21:49:03.073 13891 INFO ceilometer.api.app [-] use_stderr = True | |
| 2013-08-08 21:49:03.074 13891 INFO ceilometer.api.app [-] use_syslog = False | |
| 2013-08-08 21:49:03.074 13891 INFO ceilometer.api.app [-] verbose = False | |
| 2013-08-08 21:49:03.074 13891 INFO ceilometer.api.app [-] publisher_rpc.metering_secret = ************************ | |
| 2013-08-08 21:49:03.074 13891 INFO ceilometer.api.app [-] publisher_rpc.metering_topic = metering | |
| 2013-08-08 21:49:03.075 13891 INFO ceilometer.api.app [-] database.connection = *************** | |
| 2013-08-08 21:49:03.075 13891 INFO ceilometer.api.app [-] database.connection_debug = 0 | |
| 2013-08-08 21:49:03.075 13891 INFO ceilometer.api.app [-] database.connection_trace = False | |
| 2013-08-08 21:49:03.075 13891 INFO ceilometer.api.app [-] database.idle_timeout = 3600 | |
| 2013-08-08 21:49:03.075 13891 INFO ceilometer.api.app [-] database.max_overflow = None | |
| 2013-08-08 21:49:03.076 13891 INFO ceilometer.api.app [-] database.max_pool_size = None | |
| 2013-08-08 21:49:03.076 13891 INFO ceilometer.api.app [-] database.max_retries = 10 | |
| 2013-08-08 21:49:03.076 13891 INFO ceilometer.api.app [-] database.min_pool_size = 1 | |
| 2013-08-08 21:49:03.077 13891 INFO ceilometer.api.app [-] database.pool_timeout = None | |
| 2013-08-08 21:49:03.077 13891 INFO ceilometer.api.app [-] database.retry_interval = 10 | |
| 2013-08-08 21:49:03.077 13891 INFO ceilometer.api.app [-] database.slave_connection = | |
| 2013-08-08 21:49:03.077 13891 INFO ceilometer.api.app [-] database.time_to_live = -1 | |
| 2013-08-08 21:49:03.078 13891 INFO ceilometer.api.app [-] ssl.ca_file = None | |
| 2013-08-08 21:49:03.078 13891 INFO ceilometer.api.app [-] ssl.cert_file = None | |
| 2013-08-08 21:49:03.078 13891 INFO ceilometer.api.app [-] ssl.key_file = None | |
| 2013-08-08 21:49:03.078 13891 INFO ceilometer.api.app [-] api.host = 0.0.0.0 | |
| 2013-08-08 21:49:03.078 13891 INFO ceilometer.api.app [-] api.port = 10202 | |
| 2013-08-08 21:49:03.079 13891 INFO ceilometer.api.app [-] service_credentials.os_auth_url = http://localhost:5000/v2.0 | |
| 2013-08-08 21:49:03.079 13891 INFO ceilometer.api.app [-] service_credentials.os_cacert = None | |
| 2013-08-08 21:49:03.079 13891 INFO ceilometer.api.app [-] service_credentials.os_endpoint_type = publicURL | |
| 2013-08-08 21:49:03.079 13891 INFO ceilometer.api.app [-] service_credentials.os_password = ***** | |
| 2013-08-08 21:49:03.079 13891 INFO ceilometer.api.app [-] service_credentials.os_tenant_id = | |
| 2013-08-08 21:49:03.080 13891 INFO ceilometer.api.app [-] service_credentials.os_tenant_name = admin | |
| 2013-08-08 21:49:03.080 13891 INFO ceilometer.api.app [-] service_credentials.os_username = ceilometer | |
| 2013-08-08 21:49:03.080 13891 INFO ceilometer.api.app [-] keystone_authtoken.admin_password = **** | |
| 2013-08-08 21:49:03.080 13891 INFO ceilometer.api.app [-] keystone_authtoken.admin_tenant_name = admin | |
| 2013-08-08 21:49:03.081 13891 INFO ceilometer.api.app [-] keystone_authtoken.admin_token = **** | |
| 2013-08-08 21:49:03.081 13891 INFO ceilometer.api.app [-] keystone_authtoken.admin_user = None | |
| 2013-08-08 21:49:03.081 13891 INFO ceilometer.api.app [-] keystone_authtoken.auth_admin_prefix = | |
| 2013-08-08 21:49:03.081 13891 INFO ceilometer.api.app [-] keystone_authtoken.auth_host = 127.0.0.1 | |
| 2013-08-08 21:49:03.081 13891 INFO ceilometer.api.app [-] keystone_authtoken.auth_port = 35357 | |
| 2013-08-08 21:49:03.082 13891 INFO ceilometer.api.app [-] keystone_authtoken.auth_protocol = https | |
| 2013-08-08 21:49:03.082 13891 INFO ceilometer.api.app [-] keystone_authtoken.auth_uri = None | |
| 2013-08-08 21:49:03.082 13891 INFO ceilometer.api.app [-] keystone_authtoken.auth_version = None | |
| 2013-08-08 21:49:03.082 13891 INFO ceilometer.api.app [-] keystone_authtoken.cache = None | |
| 2013-08-08 21:49:03.082 13891 INFO ceilometer.api.app [-] keystone_authtoken.certfile = None | |
| 2013-08-08 21:49:03.082 13891 INFO ceilometer.api.app [-] keystone_authtoken.delay_auth_decision = False | |
| 2013-08-08 21:49:03.083 13891 INFO ceilometer.api.app [-] keystone_authtoken.http_connect_timeout = None | |
| 2013-08-08 21:49:03.083 13891 INFO ceilometer.api.app [-] keystone_authtoken.http_handler = None | |
| 2013-08-08 21:49:03.083 13891 INFO ceilometer.api.app [-] keystone_authtoken.keyfile = None | |
| 2013-08-08 21:49:03.083 13891 INFO ceilometer.api.app [-] keystone_authtoken.memcache_secret_key = **** | |
| 2013-08-08 21:49:03.084 13891 INFO ceilometer.api.app [-] keystone_authtoken.memcache_security_strategy = None | |
| 2013-08-08 21:49:03.084 13891 INFO ceilometer.api.app [-] keystone_authtoken.memcached_servers = None | |
| 2013-08-08 21:49:03.084 13891 INFO ceilometer.api.app [-] keystone_authtoken.revocation_cache_time = 1 | |
| 2013-08-08 21:49:03.084 13891 INFO ceilometer.api.app [-] keystone_authtoken.signing_dir = None | |
| 2013-08-08 21:49:03.084 13891 INFO ceilometer.api.app [-] keystone_authtoken.token_cache_time = 300 | |
| 2013-08-08 21:49:03.084 13891 INFO ceilometer.api.app [-] ******************************************************************************** | |
| 2013-08-08 21:49:03.085 13891 INFO ceilometer.api.app [-] serving on 0.0.0.0:10202, view at http://127.0.0.1:10202 | |
| 2013-08-08 21:49:03.335 13891 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-08 21:49:03.338 13891 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-08 21:49:03.338 13891 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-08 21:49:03.339 13891 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 - - [08/Aug/2013 21:49:03] "GET /v1/meters HTTP/1.1" 200 18 | |
| 2013-08-08 21:49:04.439 13898 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-08 21:49:04.504 13898 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-08 21:49:04.511 13898 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-08 21:49:04.579 13898 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default | |
| 2013-08-08 21:49:04.584 13898 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default | |
| 2013-08-08 21:49:04.585 13898 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-08 21:49:04.585 13898 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-08 21:49:04.665 13898 INFO ceilometer.api.app [-] Starting server in PID 13898 | |
| 2013-08-08 21:49:04.665 13898 INFO ceilometer.api.app [-] Configuration: | |
| 2013-08-08 21:49:04.665 13898 INFO ceilometer.api.app [-] ******************************************************************************** | |
| 2013-08-08 21:49:04.665 13898 INFO ceilometer.api.app [-] Configuration options gathered from: | |
| 2013-08-08 21:49:04.665 13898 INFO ceilometer.api.app [-] command line args: ['--config-file=/tmp/tmpk_sXUO/ceilometer.conf'] | |
| 2013-08-08 21:49:04.666 13898 INFO ceilometer.api.app [-] config files: ['/tmp/tmpk_sXUO/ceilometer.conf'] | |
| 2013-08-08 21:49:04.666 13898 INFO ceilometer.api.app [-] ================================================================================ | |
| 2013-08-08 21:49:04.666 13898 INFO ceilometer.api.app [-] allowed_rpc_exception_modules = ['ceilometer.openstack.common.exception', 'nova.exception', 'cinder.exception', 'exceptions'] | |
| 2013-08-08 21:49:04.666 13898 INFO ceilometer.api.app [-] amqp_auto_delete = False | |
| 2013-08-08 21:49:04.666 13898 INFO ceilometer.api.app [-] amqp_durable_queues = False | |
| 2013-08-08 21:49:04.667 13898 INFO ceilometer.api.app [-] auth_strategy = noauth | |
| 2013-08-08 21:49:04.667 13898 INFO ceilometer.api.app [-] config_dir = None | |
| 2013-08-08 21:49:04.667 13898 INFO ceilometer.api.app [-] config_file = ['/tmp/tmpk_sXUO/ceilometer.conf'] | |
| 2013-08-08 21:49:04.667 13898 INFO ceilometer.api.app [-] control_exchange = ceilometer | |
| 2013-08-08 21:49:04.667 13898 INFO ceilometer.api.app [-] database_connection = **** | |
| 2013-08-08 21:49:04.668 13898 INFO ceilometer.api.app [-] debug = True | |
| 2013-08-08 21:49:04.668 13898 INFO ceilometer.api.app [-] default_log_levels = ['amqplib=WARN', 'qpid.messaging=INFO', 'sqlalchemy=WARN', 'keystoneclient=INFO', 'stevedore=INFO', 'eventlet.wsgi.server=WARN'] | |
| 2013-08-08 21:49:04.668 13898 INFO ceilometer.api.app [-] enable_v1_api = True | |
| 2013-08-08 21:49:04.668 13898 INFO ceilometer.api.app [-] fake_rabbit = False | |
| 2013-08-08 21:49:04.668 13898 INFO ceilometer.api.app [-] fatal_deprecations = False | |
| 2013-08-08 21:49:04.669 13898 INFO ceilometer.api.app [-] host = precise64 | |
| 2013-08-08 21:49:04.669 13898 INFO ceilometer.api.app [-] instance_format = [instance: %(uuid)s] | |
| 2013-08-08 21:49:04.669 13898 INFO ceilometer.api.app [-] instance_uuid_format = [instance: %(uuid)s] | |
| 2013-08-08 21:49:04.669 13898 INFO ceilometer.api.app [-] kombu_ssl_ca_certs = | |
| 2013-08-08 21:49:04.669 13898 INFO ceilometer.api.app [-] kombu_ssl_certfile = | |
| 2013-08-08 21:49:04.670 13898 INFO ceilometer.api.app [-] kombu_ssl_keyfile = | |
| 2013-08-08 21:49:04.670 13898 INFO ceilometer.api.app [-] kombu_ssl_version = | |
| 2013-08-08 21:49:04.670 13898 INFO ceilometer.api.app [-] log_config = None | |
| 2013-08-08 21:49:04.670 13898 INFO ceilometer.api.app [-] log_date_format = %Y-%m-%d %H:%M:%S | |
| 2013-08-08 21:49:04.671 13898 INFO ceilometer.api.app [-] log_dir = None | |
| 2013-08-08 21:49:04.671 13898 INFO ceilometer.api.app [-] log_file = None | |
| 2013-08-08 21:49:04.671 13898 INFO ceilometer.api.app [-] log_format = None | |
| 2013-08-08 21:49:04.671 13898 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-08 21:49:04.671 13898 INFO ceilometer.api.app [-] logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d | |
| 2013-08-08 21:49:04.671 13898 INFO ceilometer.api.app [-] logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s | |
| 2013-08-08 21:49:04.672 13898 INFO ceilometer.api.app [-] logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s | |
| 2013-08-08 21:49:04.672 13898 INFO ceilometer.api.app [-] memcached_servers = None | |
| 2013-08-08 21:49:04.672 13898 INFO ceilometer.api.app [-] pipeline_cfg_file = /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml | |
| 2013-08-08 21:49:04.672 13898 INFO ceilometer.api.app [-] policy_default_rule = default | |
| 2013-08-08 21:49:04.673 13898 INFO ceilometer.api.app [-] policy_file = /opt/stack/ceilometer/tests/policy.json | |
| 2013-08-08 21:49:04.673 13898 INFO ceilometer.api.app [-] publish_errors = False | |
| 2013-08-08 21:49:04.673 13898 INFO ceilometer.api.app [-] rabbit_ha_queues = False | |
| 2013-08-08 21:49:04.673 13898 INFO ceilometer.api.app [-] rabbit_host = localhost | |
| 2013-08-08 21:49:04.674 13898 INFO ceilometer.api.app [-] rabbit_hosts = ['localhost:5672'] | |
| 2013-08-08 21:49:04.674 13898 INFO ceilometer.api.app [-] rabbit_max_retries = 0 | |
| 2013-08-08 21:49:04.674 13898 INFO ceilometer.api.app [-] rabbit_password = ***** | |
| 2013-08-08 21:49:04.674 13898 INFO ceilometer.api.app [-] rabbit_port = 5672 | |
| 2013-08-08 21:49:04.675 13898 INFO ceilometer.api.app [-] rabbit_retry_backoff = 2 | |
| 2013-08-08 21:49:04.675 13898 INFO ceilometer.api.app [-] rabbit_retry_interval = 1 | |
| 2013-08-08 21:49:04.675 13898 INFO ceilometer.api.app [-] rabbit_use_ssl = False | |
| 2013-08-08 21:49:04.675 13898 INFO ceilometer.api.app [-] rabbit_userid = guest | |
| 2013-08-08 21:49:04.675 13898 INFO ceilometer.api.app [-] rabbit_virtual_host = / | |
| 2013-08-08 21:49:04.676 13898 INFO ceilometer.api.app [-] rpc_backend = ceilometer.openstack.common.rpc.impl_fake | |
| 2013-08-08 21:49:04.676 13898 INFO ceilometer.api.app [-] rpc_cast_timeout = 30 | |
| 2013-08-08 21:49:04.676 13898 INFO ceilometer.api.app [-] rpc_conn_pool_size = 30 | |
| 2013-08-08 21:49:04.676 13898 INFO ceilometer.api.app [-] rpc_response_timeout = 60 | |
| 2013-08-08 21:49:04.676 13898 INFO ceilometer.api.app [-] rpc_thread_pool_size = 64 | |
| 2013-08-08 21:49:04.677 13898 INFO ceilometer.api.app [-] sample_source = openstack | |
| 2013-08-08 21:49:04.677 13898 INFO ceilometer.api.app [-] sqlite_db = ceilometer.sqlite | |
| 2013-08-08 21:49:04.678 13898 INFO ceilometer.api.app [-] sqlite_synchronous = True | |
| 2013-08-08 21:49:04.678 13898 INFO ceilometer.api.app [-] syslog_log_facility = LOG_USER | |
| 2013-08-08 21:49:04.678 13898 INFO ceilometer.api.app [-] use_stderr = True | |
| 2013-08-08 21:49:04.679 13898 INFO ceilometer.api.app [-] use_syslog = False | |
| 2013-08-08 21:49:04.679 13898 INFO ceilometer.api.app [-] verbose = False | |
| 2013-08-08 21:49:04.680 13898 INFO ceilometer.api.app [-] publisher_rpc.metering_secret = ************************ | |
| 2013-08-08 21:49:04.680 13898 INFO ceilometer.api.app [-] publisher_rpc.metering_topic = metering | |
| 2013-08-08 21:49:04.685 13898 INFO ceilometer.api.app [-] database.connection = *************** | |
| 2013-08-08 21:49:04.685 13898 INFO ceilometer.api.app [-] database.connection_debug = 0 | |
| 2013-08-08 21:49:04.686 13898 INFO ceilometer.api.app [-] database.connection_trace = False | |
| 2013-08-08 21:49:04.686 13898 INFO ceilometer.api.app [-] database.idle_timeout = 3600 | |
| 2013-08-08 21:49:04.686 13898 INFO ceilometer.api.app [-] database.max_overflow = None | |
| 2013-08-08 21:49:04.686 13898 INFO ceilometer.api.app [-] database.max_pool_size = None | |
| 2013-08-08 21:49:04.686 13898 INFO ceilometer.api.app [-] database.max_retries = 10 | |
| 2013-08-08 21:49:04.687 13898 INFO ceilometer.api.app [-] database.min_pool_size = 1 | |
| 2013-08-08 21:49:04.687 13898 INFO ceilometer.api.app [-] database.pool_timeout = None | |
| 2013-08-08 21:49:04.687 13898 INFO ceilometer.api.app [-] database.retry_interval = 10 | |
| 2013-08-08 21:49:04.687 13898 INFO ceilometer.api.app [-] database.slave_connection = | |
| 2013-08-08 21:49:04.687 13898 INFO ceilometer.api.app [-] database.time_to_live = -1 | |
| 2013-08-08 21:49:04.688 13898 INFO ceilometer.api.app [-] ssl.ca_file = None | |
| 2013-08-08 21:49:04.688 13898 INFO ceilometer.api.app [-] ssl.cert_file = None | |
| 2013-08-08 21:49:04.688 13898 INFO ceilometer.api.app [-] ssl.key_file = None | |
| 2013-08-08 21:49:04.688 13898 INFO ceilometer.api.app [-] api.host = 0.0.0.0 | |
| 2013-08-08 21:49:04.688 13898 INFO ceilometer.api.app [-] api.port = 10123 | |
| 2013-08-08 21:49:04.688 13898 INFO ceilometer.api.app [-] service_credentials.os_auth_url = http://localhost:5000/v2.0 | |
| 2013-08-08 21:49:04.692 13898 INFO ceilometer.api.app [-] service_credentials.os_cacert = None | |
| 2013-08-08 21:49:04.692 13898 INFO ceilometer.api.app [-] service_credentials.os_endpoint_type = publicURL | |
| 2013-08-08 21:49:04.692 13898 INFO ceilometer.api.app [-] service_credentials.os_password = ***** | |
| 2013-08-08 21:49:04.693 13898 INFO ceilometer.api.app [-] service_credentials.os_tenant_id = | |
| 2013-08-08 21:49:04.693 13898 INFO ceilometer.api.app [-] service_credentials.os_tenant_name = admin | |
| 2013-08-08 21:49:04.693 13898 INFO ceilometer.api.app [-] service_credentials.os_username = ceilometer | |
| 2013-08-08 21:49:04.693 13898 INFO ceilometer.api.app [-] keystone_authtoken.admin_password = **** | |
| 2013-08-08 21:49:04.694 13898 INFO ceilometer.api.app [-] keystone_authtoken.admin_tenant_name = admin | |
| 2013-08-08 21:49:04.694 13898 INFO ceilometer.api.app [-] keystone_authtoken.admin_token = **** | |
| 2013-08-08 21:49:04.694 13898 INFO ceilometer.api.app [-] keystone_authtoken.admin_user = None | |
| 2013-08-08 21:49:04.694 13898 INFO ceilometer.api.app [-] keystone_authtoken.auth_admin_prefix = | |
| 2013-08-08 21:49:04.694 13898 INFO ceilometer.api.app [-] keystone_authtoken.auth_host = 127.0.0.1 | |
| 2013-08-08 21:49:04.695 13898 INFO ceilometer.api.app [-] keystone_authtoken.auth_port = 35357 | |
| 2013-08-08 21:49:04.695 13898 INFO ceilometer.api.app [-] keystone_authtoken.auth_protocol = https | |
| 2013-08-08 21:49:04.695 13898 INFO ceilometer.api.app [-] keystone_authtoken.auth_uri = None | |
| 2013-08-08 21:49:04.695 13898 INFO ceilometer.api.app [-] keystone_authtoken.auth_version = None | |
| 2013-08-08 21:49:04.695 13898 INFO ceilometer.api.app [-] keystone_authtoken.cache = None | |
| 2013-08-08 21:49:04.696 13898 INFO ceilometer.api.app [-] keystone_authtoken.certfile = None | |
| 2013-08-08 21:49:04.696 13898 INFO ceilometer.api.app [-] keystone_authtoken.delay_auth_decision = False | |
| 2013-08-08 21:49:04.696 13898 INFO ceilometer.api.app [-] keystone_authtoken.http_connect_timeout = None | |
| 2013-08-08 21:49:04.696 13898 INFO ceilometer.api.app [-] keystone_authtoken.http_handler = None | |
| 2013-08-08 21:49:04.696 13898 INFO ceilometer.api.app [-] keystone_authtoken.keyfile = None | |
| 2013-08-08 21:49:04.697 13898 INFO ceilometer.api.app [-] keystone_authtoken.memcache_secret_key = **** | |
| 2013-08-08 21:49:04.697 13898 INFO ceilometer.api.app [-] keystone_authtoken.memcache_security_strategy = None | |
| 2013-08-08 21:49:04.697 13898 INFO ceilometer.api.app [-] keystone_authtoken.memcached_servers = None | |
| 2013-08-08 21:49:04.697 13898 INFO ceilometer.api.app [-] keystone_authtoken.revocation_cache_time = 1 | |
| 2013-08-08 21:49:04.697 13898 INFO ceilometer.api.app [-] keystone_authtoken.signing_dir = None | |
| 2013-08-08 21:49:04.698 13898 INFO ceilometer.api.app [-] keystone_authtoken.token_cache_time = 300 | |
| 2013-08-08 21:49:04.698 13898 INFO ceilometer.api.app [-] ******************************************************************************** | |
| 2013-08-08 21:49:04.698 13898 INFO ceilometer.api.app [-] serving on 0.0.0.0:10123, view at http://127.0.0.1:10123 | |
| 2013-08-08 21:49:05.012 13898 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-08 21:49:05.012 13898 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-08 21:49:05.013 13898 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 | |
| 2013-08-08 21:49:06.262 13906 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-08 21:49:06.272 13906 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-08 21:49:06.354 13906 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default | |
| Publishing policy is unknown (wait) force to default | |
| 2013-08-08 21:49:06.358 13906 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default | |
| Publishing policy is unknown (wait) force to default | |
| 2013-08-08 21:49:06.358 13906 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-08 21:49:06.359 13906 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-08 21:49:06.375 13906 DEBUG ceilometer.pipeline [-] Pipeline meter_pipeline: Transform counter <ceilometer.sample.Sample object at 0x177bd50> 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 0x177bd50> from 0 transformer | |
| 2013-08-08 21:49:06.377 13906 AUDIT ceilometer.pipeline [-] Pipeline meter_pipeline: Publishing counters | |
| Pipeline meter_pipeline: Publishing counters | |
| 2013-08-08 21:49:06.381 13906 AUDIT ceilometer.publisher.rpc [-] Publishing 1 counters on metering | |
| Publishing 1 counters on metering | |
| 2013-08-08 21:49:06.383 13906 AUDIT ceilometer.pipeline [-] Pipeline meter_pipeline: Published counters | |
| Pipeline meter_pipeline: Published counters | |
| 2013-08-08 21:49:06.384 13906 AUDIT ceilometer.pipeline [-] Flush pipeline meter_pipeline | |
| Flush pipeline meter_pipeline | |
| 2013-08-08 21:49:06.384 13906 AUDIT ceilometer.pipeline [-] Flush pipeline cpu_pipeline | |
| Flush pipeline cpu_pipeline | |
| 2013-08-08 21:49:06.384 13906 AUDIT ceilometer.pipeline [-] Pipeline cpu_pipeline: Publishing counters | |
| Pipeline cpu_pipeline: Publishing counters | |
| 2013-08-08 21:49:06.384 13906 AUDIT ceilometer.publisher.rpc [-] Publishing 0 counters on metering | |
| Publishing 0 counters on metering | |
| 2013-08-08 21:49:06.385 13906 AUDIT ceilometer.pipeline [-] Pipeline cpu_pipeline: Published counters | |
| Pipeline cpu_pipeline: Published counters | |
| running=${PYTHON:-python} -m subunit.run discover -t ./ ./tests --list | |
| running=${PYTHON:-python} -m subunit.run discover -t ./ ./tests --load-list /tmp/tmpRYdFQe | |
| running=${PYTHON:-python} -m subunit.run discover -t ./ ./tests --load-list /tmp/tmpRXGNrW | |
| Ran 2458 (+1229) tests in 63.778s (-2.286s) | |
| PASSED (id=7, skips=30) | |
| Slowest Tests | |
| Test id Runtime (s) | |
| ---------------------------------------------------------------------------------------------------------- ----------- | |
| tests.publisher.test_rpc_publisher.TestPublish.test_published_with_policy_default_sized_queue_and_rpc_down 1.999 | |
| tests.test_bin.BinApiTestCase.test_v1 1.731 | |
| tests.test_bin.BinApiTestCase.test_v2 1.674 | |
| tests.test_bin.BinSendCounterTestCase.test_send_counter_run 0.871 | |
| tests.test_bin.BinTestCase.test_dbsync_run 0.726 | |
| tests.test_bin.BinTestCase.test_run_expirer 0.702 | |
| tests.api.v2.test_list_events_scenarios.TestListEvents.test_by_project(mongodb) 0.667 | |
| tests.api.v2.test_statistics_scenarios.TestMaxProjectVolume.test_start_end_timestamp(sqlalchemy) 0.589 | |
| tests.api.v2.test_statistics_scenarios.TestMaxProjectVolume.test_start_timestamp_after(sqlalchemy) 0.564 | |
| tests.api.v2.test_alarm_scenarios.TestListEmptyAlarms.test_empty(hbase) 0.488 | |
| + clean_exit | |
| + local error_code=0 | |
| + rm -rf /tmp/CEILO-MONGODB-iWXwL | |
| + '[' 13410 ']' | |
| + kill -9 13410 | |
| + return 0 | |
| py27 runtests: commands[1] | /opt/stack/ceilometer/tools/config/check_uptodate.sh | |
| ___________________________________ summary ____________________________________ | |
| py27: commands succeeded | |
| congratulations :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment