{"body":"(rally_master) [root@marko-newton verification]# rally verify create-verifier --name tempest-master  --type tempest\n2017-11-03 08:34:54.325 1784 INFO rally.api [-] Creating verifier 'tempest-master'.\n2017-11-03 08:34:54.486 1784 INFO rally.verification.manager [-] Cloning verifier repo from https://git.openstack.org/openstack/tempest.\n2017-11-03 08:35:02.556 1784 INFO rally.verification.manager [-] Creating virtual environment. It may take a few minutes.\n2017-11-03 08:35:21.598 1784 INFO rally.api [-] Verifier 'tempest-master' (UUID=6f224d62-5e05-45d7-9bca-4aad5cd735ea) has been successfully created!\nUsing verifier 'tempest-master' (UUID=6f224d62-5e05-45d7-9bca-4aad5cd735ea) as the default verifier for the future CLI operations.\n(rally_master) [root@marko-newton verification]# rally verify add-verifier-ext --source https://github.com/openstack/cinder.git\n2017-11-03 08:35:30.490 1942 INFO rally.api [-] Adding extension for verifier 'tempest-master' (UUID=6f224d62-5e05-45d7-9bca-4aad5cd735ea).\n2017-11-03 08:36:42.914 1942 INFO rally.api [-] Extension for verifier 'tempest-master' (UUID=6f224d62-5e05-45d7-9bca-4aad5cd735ea) has been successfully added!\n(rally_master) [root@marko-newton verification]# rally verify list-verifiers\n+--------------------------------------+----------------+---------+-----------+---------------------+---------------------+-----------+---------+-------------+--------+\n| UUID                                 | Name           | Type    | Platform  | Created at          | Updated at          | Status    | Version | System-wide | Active |\n+--------------------------------------+----------------+---------+-----------+---------------------+---------------------+-----------+---------+-------------+--------+\n| 6f224d62-5e05-45d7-9bca-4aad5cd735ea | tempest-master | tempest | openstack | 2017-11-03T08:34:54 | 2017-11-03T08:36:42 | installed | master  | False       | ✔      |\n+--------------------------------------+----------------+---------+-----------+---------------------+---------------------+-----------+---------+-------------+--------+\n(rally_master) [root@marko-newton verification]# rally verify list-verifier-exts\nCommand failed, please check log for more info\n2017-11-03 08:37:03.605 2162 CRITICAL rally [-] Unhandled error: ScannerError: mapping values are not allowed here\n  in \"<string>\", line 1, column 152:\n     ... enience.py:6: DeprecationWarning: EVENTLET_NO_GREENDNS is noop,  ... \n                                         ^\n2017-11-03 08:37:03.605 2162 ERROR rally Traceback (most recent call last):\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/bin/rally\", line 10, in <module>\n2017-11-03 08:37:03.605 2162 ERROR rally     sys.exit(main())\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/rally/cli/main.py\", line 40, in main\n2017-11-03 08:37:03.605 2162 ERROR rally     return cliutils.run(sys.argv, categories)\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/rally/cli/cliutils.py\", line 678, in run\n2017-11-03 08:37:03.605 2162 ERROR rally     ret = fn(*fn_args, **fn_kwargs)\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"<decorator-gen-66>\", line 2, in list_verifier_exts\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/rally/cli/envutils.py\", line 67, in default_from_global\n2017-11-03 08:37:03.605 2162 ERROR rally     return f(*args, **kwargs)\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"<decorator-gen-65>\", line 2, in list_verifier_exts\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/rally/plugins/__init__.py\", line 55, in ensure_plugins_are_loaded\n2017-11-03 08:37:03.605 2162 ERROR rally     return f(*args, **kwargs)\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/rally/cli/commands/verify.py\", line 411, in list_verifier_exts\n2017-11-03 08:37:03.605 2162 ERROR rally     verifier_exts = api.verifier.list_extensions(verifier_id=verifier_id)\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/rally/api.py\", line 1011, in list_extensions\n2017-11-03 08:37:03.605 2162 ERROR rally     return verifier.manager.list_extensions()\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/rally/plugins/openstack/verification/tempest/manager.py\", line 177, in list_extensions\n2017-11-03 08:37:03.605 2162 ERROR rally     return yaml.safe_load(output)\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/rally/common/yamlutils.py\", line 68, in safe_load\n2017-11-03 08:37:03.605 2162 ERROR rally     return yaml.load(stream, _SafeLoader)\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/yaml/__init__.py\", line 71, in load\n2017-11-03 08:37:03.605 2162 ERROR rally     return loader.get_single_data()\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/yaml/constructor.py\", line 37, in get_single_data\n2017-11-03 08:37:03.605 2162 ERROR rally     node = self.get_single_node()\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/yaml/composer.py\", line 36, in get_single_node\n2017-11-03 08:37:03.605 2162 ERROR rally     document = self.compose_document()\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/yaml/composer.py\", line 55, in compose_document\n2017-11-03 08:37:03.605 2162 ERROR rally     node = self.compose_node(None, None)\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/yaml/composer.py\", line 84, in compose_node\n2017-11-03 08:37:03.605 2162 ERROR rally     node = self.compose_mapping_node(anchor)\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/yaml/composer.py\", line 127, in compose_mapping_node\n2017-11-03 08:37:03.605 2162 ERROR rally     while not self.check_event(MappingEndEvent):\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/yaml/parser.py\", line 98, in check_event\n2017-11-03 08:37:03.605 2162 ERROR rally     self.current_event = self.state()\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/yaml/parser.py\", line 428, in parse_block_mapping_key\n2017-11-03 08:37:03.605 2162 ERROR rally     if self.check_token(KeyToken):\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/yaml/scanner.py\", line 116, in check_token\n2017-11-03 08:37:03.605 2162 ERROR rally     self.fetch_more_tokens()\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/yaml/scanner.py\", line 220, in fetch_more_tokens\n2017-11-03 08:37:03.605 2162 ERROR rally     return self.fetch_value()\n2017-11-03 08:37:03.605 2162 ERROR rally   File \"/root/rally_master/rally_master/lib/python2.7/site-packages/yaml/scanner.py\", line 576, in fetch_value\n2017-11-03 08:37:03.605 2162 ERROR rally     self.get_mark())\n2017-11-03 08:37:03.605 2162 ERROR rally ScannerError: mapping values are not allowed here\n2017-11-03 08:37:03.605 2162 ERROR rally   in \"<string>\", line 1, column 152:\n2017-11-03 08:37:03.605 2162 ERROR rally      ... enience.py:6: DeprecationWarning: EVENTLET_NO_GREENDNS is noop,  ... \n2017-11-03 08:37:03.605 2162 ERROR rally                                          ^\n2017-11-03 08:37:03.605 2162 ERROR rally \n","name":"adding-cinder-tempest-plugin","extension":"txt","url":"https://www.irccloud.com/pastebin/qvHJvBm4/adding-cinder-tempest-plugin","modified":1509698322,"id":"qvHJvBm4","size":7899,"lines":69,"own_paste":false,"theme":"","date":1509698322}