Guest User

Untitled

a guest
Aug 3rd, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.36 KB | None | 0 0
  1. root@infra:~/rally# pip freeze | grep -i rally
  2. rally==1.0.0
  3. rally-openstack==1.2.0
  4.  
  5.  
  6. root@infra:~/rally# rally task start boot-runcommand-delete_ping_Queens.json
  7. 2018-08-03 09:41:12.025 1381552 WARNING rally.common.plugin.discover [-] Failed to load plugins from module 'rally_openstack' (package: 'rally-openstack 1.2.0'): (osc-lib 1.7.0 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('osc-lib>=1.10.0'), set(['python-ironicclient'])): ContextualVersionConflict: (osc-lib 1.7.0 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('osc-lib>=1.10.0'), set(['python-ironicclient']))
  8. --------------------------------------------------------------------------------
  9. Preparing input task
  10. --------------------------------------------------------------------------------
  11.  
  12. Task is:
  13. {
  14. "VMTasks.boot_runcommand_delete": [
  15. {
  16. "args": {
  17. "flavor": {
  18. "name": "m1.tiny"
  19. },
  20. "image": {
  21. "name": "^Ubuntu 16.04 - latest$"
  22. },
  23. "floating_network": "ext-net",
  24. "force_delete": true,
  25. "command": {
  26. "script_file": "ping_test.sh",
  27. "interpreter": "/bin/sh"
  28. },
  29. "username": "ubuntu"
  30. },
  31. "runner": {
  32. "type": "constant",
  33. "times": 1,
  34. "concurrency": 1
  35. },
  36. }
  37. ]
  38. }
  39.  
  40. Task syntax is correct :)
  41. Running Rally version 1.0.0
  42. --------------------------------------------------------------------------------
  43. Task c8bb596d-13ce-4a82-ab00-e67ad4759732: started
  44. --------------------------------------------------------------------------------
  45.  
  46. Running Task... This can take a while...
  47.  
  48. To track task status use:
  49.  
  50. rally task status
  51. or
  52. rally task detailed
  53.  
  54. Using task: c8bb596d-13ce-4a82-ab00-e67ad4759732
  55. 2018-08-03 09:41:12.112 1381552 INFO rally.task.engine [-] Task c8bb596d-13ce-4a82-ab00-e67ad4759732 | Starting: Task validation.
  56. 2018-08-03 09:41:12.117 1381552 INFO rally.task.engine [-] Task c8bb596d-13ce-4a82-ab00-e67ad4759732 | Starting: Task validation of syntax.
  57. Task config is invalid: `There is no plugin `VMTasks.boot_runcommand_delete` in in any platform.`
  58.  
  59.  
  60.  
  61.  
  62.  
  63. root@infra:~/rally# rally --plugin-paths /usr/local/lib/python2.7/dist-packages/rally_openstack task start boot-runcommand-delete_ping_Queens.json
  64. 2018-08-03 09:42:04.798 1385115 INFO rally.common.plugin.discover [-] Loading plugins from directories /usr/local/lib/python2.7/dist-packages/rally_openstack/*
  65. 2018-08-03 09:42:04.802 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/__init__.py
  66. 2018-08-03 09:42:04.803 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/consts.py
  67. 2018-08-03 09:42:04.806 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/credential.py
  68. 2018-08-03 09:42:04.808 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/osclients.py
  69. 2018-08-03 09:42:04.822 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenario.py
  70. 2018-08-03 09:42:04.823 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/service.py
  71. 2018-08-03 09:42:04.825 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/types.py
  72. 2018-08-03 09:42:04.827 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/validators.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  73. 2018-08-03 09:42:04.828 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/__init__.py
  74. 2018-08-03 09:42:04.828 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/cinder.py
  75. 2018-08-03 09:42:04.828 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/cleanup.py
  76. 2018-08-03 09:42:04.828 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/ec2.py
  77. 2018-08-03 09:42:04.829 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/glance.py
  78. 2018-08-03 09:42:04.829 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/heat.py
  79. 2018-08-03 09:42:04.830 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/ironic.py
  80. 2018-08-03 09:42:04.830 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/keystone_roles.py
  81. 2018-08-03 09:42:04.830 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/keystone_users.py
  82. 2018-08-03 09:42:04.830 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/magnum.py
  83. 2018-08-03 09:42:04.831 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/manila.py
  84. 2018-08-03 09:42:04.831 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/mistral.py
  85. 2018-08-03 09:42:04.831 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/monasca.py
  86. 2018-08-03 09:42:04.831 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/murano.py
  87. 2018-08-03 09:42:04.832 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/neutron.py
  88. 2018-08-03 09:42:04.832 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/nova.py
  89. 2018-08-03 09:42:04.836 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/opts.py
  90. 2018-08-03 09:42:04.836 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/osclients.py
  91. 2018-08-03 09:42:04.836 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/profiler.py
  92. 2018-08-03 09:42:04.836 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/sahara.py
  93. 2018-08-03 09:42:04.837 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/senlin.py
  94. 2018-08-03 09:42:04.837 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/tempest.py
  95. 2018-08-03 09:42:04.837 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/vm.py
  96. 2018-08-03 09:42:04.838 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cfg/watcher.py
  97. 2018-08-03 09:42:04.838 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/cleanup/__init__.py
  98. 2018-08-03 09:42:04.838 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/cleanup/base.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  99. 2018-08-03 09:42:04.839 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/cleanup/manager.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  100. 2018-08-03 09:42:04.839 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/cleanup/resources.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  101. 2018-08-03 09:42:04.839 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/__init__.py
  102. 2018-08-03 09:42:04.840 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/api_versions.py
  103. 2018-08-03 09:42:04.840 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/ceilometer/__init__.py
  104. 2018-08-03 09:42:04.841 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/ceilometer/samples.py
  105. 2018-08-03 09:42:04.842 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/cinder/__init__.py
  106. 2018-08-03 09:42:04.842 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/cinder/volume_types.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  107. 2018-08-03 09:42:04.843 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/cinder/volumes.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  108. 2018-08-03 09:42:04.843 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/cleanup/__init__.py
  109. 2018-08-03 09:42:04.843 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/cleanup/admin.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  110. 2018-08-03 09:42:04.844 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/cleanup/base.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  111. 2018-08-03 09:42:04.844 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/cleanup/user.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  112. 2018-08-03 09:42:04.844 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/dataplane/__init__.py
  113. 2018-08-03 09:42:04.845 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/dataplane/heat.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  114. 2018-08-03 09:42:04.845 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/designate/__init__.py
  115. 2018-08-03 09:42:04.846 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/designate/zones.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  116. 2018-08-03 09:42:04.846 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/ec2/__init__.py
  117. 2018-08-03 09:42:04.846 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/ec2/servers.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  118. 2018-08-03 09:42:04.846 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/glance/__init__.py
  119. 2018-08-03 09:42:04.847 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/glance/images.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  120. 2018-08-03 09:42:04.847 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/heat/__init__.py
  121. 2018-08-03 09:42:04.848 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/heat/stacks.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  122. 2018-08-03 09:42:04.848 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/keystone/__init__.py
  123. 2018-08-03 09:42:04.848 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/keystone/roles.py: Plugin with such name: roles already exists in openstack platform. It's module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/keystone/roles.pyc. You are trying to add plugin whose module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/keystone/roles.pyc.: PluginWithSuchNameExists: Plugin with such name: roles already exists in openstack platform. It's module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/keystone/roles.pyc. You are trying to add plugin whose module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/keystone/roles.pyc.
  124. 2018-08-03 09:42:04.852 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/keystone/users.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  125. 2018-08-03 09:42:04.853 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/magnum/__init__.py
  126. 2018-08-03 09:42:04.960 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/magnum/ca_certs.py
  127. 2018-08-03 09:42:04.960 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/magnum/cluster_templates.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  128. 2018-08-03 09:42:04.961 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/magnum/clusters.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  129. 2018-08-03 09:42:04.961 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/manila/__init__.py
  130. 2018-08-03 09:42:04.961 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/manila/consts.py
  131. 2018-08-03 09:42:04.962 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/manila/manila_security_services.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  132. 2018-08-03 09:42:04.962 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/manila/manila_share_networks.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  133. 2018-08-03 09:42:04.963 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/manila/manila_shares.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  134. 2018-08-03 09:42:04.963 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/monasca/__init__.py
  135. 2018-08-03 09:42:04.964 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/monasca/metrics.py
  136. 2018-08-03 09:42:04.964 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/murano/__init__.py
  137. 2018-08-03 09:42:04.964 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/murano/murano_environments.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  138. 2018-08-03 09:42:04.965 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/murano/murano_packages.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  139. 2018-08-03 09:42:04.965 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/network/__init__.py
  140. 2018-08-03 09:42:04.966 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/network/allow_ssh.py
  141. 2018-08-03 09:42:04.966 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/network/existing_network.py
  142. 2018-08-03 09:42:04.967 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/network/networks.py
  143. 2018-08-03 09:42:04.967 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/network/routers.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  144. 2018-08-03 09:42:04.968 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/neutron/__init__.py
  145. 2018-08-03 09:42:04.968 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/neutron/lbaas.py
  146. 2018-08-03 09:42:04.968 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/nova/__init__.py
  147. 2018-08-03 09:42:04.969 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/nova/flavors.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  148. 2018-08-03 09:42:04.969 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/nova/keypairs.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  149. 2018-08-03 09:42:04.970 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/nova/servers.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  150. 2018-08-03 09:42:04.970 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/quotas/__init__.py
  151. 2018-08-03 09:42:04.970 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/quotas/cinder_quotas.py
  152. 2018-08-03 09:42:04.971 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/quotas/designate_quotas.py
  153. 2018-08-03 09:42:04.971 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/quotas/manila_quotas.py
  154. 2018-08-03 09:42:04.971 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/quotas/neutron_quotas.py
  155. 2018-08-03 09:42:04.971 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/quotas/nova_quotas.py
  156. 2018-08-03 09:42:04.972 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/quotas/quotas.py
  157. 2018-08-03 09:42:04.973 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/sahara/__init__.py
  158. 2018-08-03 09:42:04.973 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/sahara/sahara_cluster.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  159. 2018-08-03 09:42:04.974 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/sahara/sahara_image.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  160. 2018-08-03 09:42:04.974 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/sahara/sahara_input_data_sources.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  161. 2018-08-03 09:42:04.975 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/sahara/sahara_job_binaries.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  162. 2018-08-03 09:42:04.975 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/sahara/sahara_output_data_sources.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  163. 2018-08-03 09:42:04.975 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/senlin/__init__.py
  164. 2018-08-03 09:42:04.976 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/senlin/profiles.py
  165. 2018-08-03 09:42:04.976 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/swift/__init__.py
  166. 2018-08-03 09:42:04.978 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/swift/objects.py
  167. 2018-08-03 09:42:04.978 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/swift/utils.py
  168. 2018-08-03 09:42:04.979 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/vm/__init__.py
  169. 2018-08-03 09:42:05.038 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/vm/custom_image.py: Plugin with such name: nova_flavor already exists in default platform. It's module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/types.pyc. You are trying to add plugin whose module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/types.pyc.: PluginWithSuchNameExists: Plugin with such name: nova_flavor already exists in default platform. It's module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/types.pyc. You are trying to add plugin whose module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/types.pyc.
  170. 2018-08-03 09:42:05.039 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/vm/image_command_customizer.py: Plugin with such name: nova_flavor already exists in default platform. It's module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/types.pyc. You are trying to add plugin whose module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/types.pyc.: PluginWithSuchNameExists: Plugin with such name: nova_flavor already exists in default platform. It's module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/types.pyc. You are trying to add plugin whose module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/types.pyc.
  171. 2018-08-03 09:42:05.039 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/watcher/__init__.py
  172. 2018-08-03 09:42:05.040 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/contexts/watcher/audit_templates.py: no such option openstack in group [DEFAULT]: NoSuchOptError: no such option openstack in group [DEFAULT]
  173. 2018-08-03 09:42:05.040 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/embedcharts/__init__.py
  174. 2018-08-03 09:42:05.040 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/embedcharts/osprofilerchart.py
  175. 2018-08-03 09:42:05.040 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/hook/__init__.py
  176. 2018-08-03 09:42:05.041 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/hook/fault_injection.py
  177. 2018-08-03 09:42:05.041 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/platforms/__init__.py
  178. 2018-08-03 09:42:05.041 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/platforms/existing.py
  179. 2018-08-03 09:42:05.042 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/__init__.py
  180. 2018-08-03 09:42:05.043 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/dummy.py
  181. 2018-08-03 09:42:05.043 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/authenticate/__init__.py
  182. 2018-08-03 09:42:05.046 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/authenticate/authenticate.py
  183. 2018-08-03 09:42:05.046 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ceilometer/__init__.py
  184. 2018-08-03 09:42:05.047 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ceilometer/alarms.py
  185. 2018-08-03 09:42:05.054 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ceilometer/events.py
  186. 2018-08-03 09:42:05.055 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ceilometer/meters.py
  187. 2018-08-03 09:42:05.056 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ceilometer/queries.py
  188. 2018-08-03 09:42:05.058 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ceilometer/resources.py
  189. 2018-08-03 09:42:05.059 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ceilometer/samples.py
  190. 2018-08-03 09:42:05.059 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ceilometer/stats.py
  191. 2018-08-03 09:42:05.060 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ceilometer/traits.py
  192. 2018-08-03 09:42:05.061 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ceilometer/utils.py
  193. 2018-08-03 09:42:05.061 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/cinder/__init__.py
  194. 2018-08-03 09:42:05.063 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/cinder/qos_specs.py
  195. 2018-08-03 09:42:05.063 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/cinder/utils.py
  196. 2018-08-03 09:42:05.064 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/cinder/volume_backups.py
  197. 2018-08-03 09:42:05.070 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/cinder/volume_types.py
  198. 2018-08-03 09:42:05.086 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/cinder/volumes.py
  199. 2018-08-03 09:42:05.086 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/designate/__init__.py
  200. 2018-08-03 09:42:05.096 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/designate/basic.py
  201. 2018-08-03 09:42:05.096 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/designate/utils.py
  202. 2018-08-03 09:42:05.097 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ec2/__init__.py
  203. 2018-08-03 09:42:05.098 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ec2/servers.py
  204. 2018-08-03 09:42:05.098 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ec2/utils.py
  205. 2018-08-03 09:42:05.099 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/elasticsearch/__init__.py
  206. 2018-08-03 09:42:05.100 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/elasticsearch/logging.py
  207. 2018-08-03 09:42:05.100 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/glance/__init__.py
  208. 2018-08-03 09:42:05.101 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/glance/images.py: Plugin with such name: GlanceImages.create_and_list_image already exists in openstack platform. It's module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/glance/images.pyc. You are trying to add plugin whose module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/glance/images.pyc.: PluginWithSuchNameExists: Plugin with such name: GlanceImages.create_and_list_image already exists in openstack platform. It's module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/glance/images.pyc. You are trying to add plugin whose module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/glance/images.pyc.
  209. 2018-08-03 09:42:05.101 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/glance/utils.py
  210. 2018-08-03 09:42:05.101 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/gnocchi/__init__.py
  211. 2018-08-03 09:42:05.104 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/gnocchi/archive_policy.py
  212. 2018-08-03 09:42:05.106 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/gnocchi/archive_policy_rule.py
  213. 2018-08-03 09:42:05.107 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/gnocchi/capabilities.py
  214. 2018-08-03 09:42:05.109 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/gnocchi/metric.py
  215. 2018-08-03 09:42:05.110 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/gnocchi/resource.py
  216. 2018-08-03 09:42:05.112 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/gnocchi/resource_type.py
  217. 2018-08-03 09:42:05.113 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/gnocchi/status.py
  218. 2018-08-03 09:42:05.113 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/gnocchi/utils.py
  219. 2018-08-03 09:42:05.113 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/grafana/__init__.py
  220. 2018-08-03 09:42:05.115 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/grafana/metrics.py
  221. 2018-08-03 09:42:05.115 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/heat/__init__.py
  222. 2018-08-03 09:42:05.124 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/heat/stacks.py
  223. 2018-08-03 09:42:05.124 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/heat/utils.py
  224. 2018-08-03 09:42:05.124 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ironic/__init__.py
  225. 2018-08-03 09:42:05.126 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ironic/nodes.py
  226. 2018-08-03 09:42:05.126 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/ironic/utils.py
  227. 2018-08-03 09:42:05.127 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/keystone/__init__.py
  228. 2018-08-03 09:42:05.128 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/keystone/basic.py: Plugin with such name: KeystoneBasic.create_user already exists in openstack platform. It's module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/keystone/basic.pyc. You are trying to add plugin whose module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/keystone/basic.pyc.: PluginWithSuchNameExists: Plugin with such name: KeystoneBasic.create_user already exists in openstack platform. It's module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/keystone/basic.pyc. You are trying to add plugin whose module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/keystone/basic.pyc.
  229. 2018-08-03 09:42:05.135 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/keystone/utils.py
  230. 2018-08-03 09:42:05.136 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/magnum/__init__.py
  231. 2018-08-03 09:42:05.137 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/magnum/cluster_templates.py
  232. 2018-08-03 09:42:05.138 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/magnum/clusters.py
  233. 2018-08-03 09:42:05.140 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/magnum/k8s_pods.py
  234. 2018-08-03 09:42:05.141 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/magnum/utils.py
  235. 2018-08-03 09:42:05.141 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/manila/__init__.py
  236. 2018-08-03 09:42:05.149 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/manila/shares.py
  237. 2018-08-03 09:42:05.150 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/manila/utils.py
  238. 2018-08-03 09:42:05.150 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/mistral/__init__.py
  239. 2018-08-03 09:42:05.152 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/mistral/executions.py
  240. 2018-08-03 09:42:05.152 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/mistral/utils.py
  241. 2018-08-03 09:42:05.154 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/mistral/workbooks.py
  242. 2018-08-03 09:42:05.154 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/monasca/__init__.py
  243. 2018-08-03 09:42:05.155 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/monasca/metrics.py
  244. 2018-08-03 09:42:05.155 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/monasca/utils.py
  245. 2018-08-03 09:42:05.156 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/murano/__init__.py
  246. 2018-08-03 09:42:05.158 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/murano/environments.py
  247. 2018-08-03 09:42:05.161 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/murano/packages.py
  248. 2018-08-03 09:42:05.162 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/murano/utils.py
  249. 2018-08-03 09:42:05.162 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/neutron/__init__.py
  250. 2018-08-03 09:42:05.168 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/neutron/bgpvpn.py
  251. 2018-08-03 09:42:05.175 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/neutron/loadbalancer_v1.py
  252. 2018-08-03 09:42:05.176 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/neutron/loadbalancer_v2.py
  253. 2018-08-03 09:42:05.192 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/neutron/network.py
  254. 2018-08-03 09:42:05.199 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/neutron/security_groups.py
  255. 2018-08-03 09:42:05.199 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/neutron/utils.py
  256. 2018-08-03 09:42:05.200 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/nova/__init__.py
  257. 2018-08-03 09:42:05.201 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/nova/agents.py
  258. 2018-08-03 09:42:05.207 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/nova/aggregates.py
  259. 2018-08-03 09:42:05.208 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/nova/availability_zones.py
  260. 2018-08-03 09:42:05.214 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/nova/flavors.py
  261. 2018-08-03 09:42:05.218 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/nova/hypervisors.py
  262. 2018-08-03 09:42:05.220 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/nova/images.py
  263. 2018-08-03 09:42:05.223 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/nova/keypairs.py
  264. 2018-08-03 09:42:05.226 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/nova/server_groups.py
  265. 2018-08-03 09:42:05.256 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/nova/servers.py
  266. 2018-08-03 09:42:05.257 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/nova/services.py
  267. 2018-08-03 09:42:05.258 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/nova/utils.py
  268. 2018-08-03 09:42:05.258 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/quotas/__init__.py
  269. 2018-08-03 09:42:05.265 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/quotas/quotas.py
  270. 2018-08-03 09:42:05.265 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/quotas/utils.py
  271. 2018-08-03 09:42:05.265 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/sahara/__init__.py
  272. 2018-08-03 09:42:05.268 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/sahara/clusters.py
  273. 2018-08-03 09:42:05.268 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/sahara/consts.py
  274. 2018-08-03 09:42:05.271 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/sahara/jobs.py
  275. 2018-08-03 09:42:05.273 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/sahara/node_group_templates.py
  276. 2018-08-03 09:42:05.274 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/sahara/utils.py
  277. 2018-08-03 09:42:05.274 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/senlin/__init__.py
  278. 2018-08-03 09:42:05.275 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/senlin/clusters.py
  279. 2018-08-03 09:42:05.275 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/senlin/utils.py
  280. 2018-08-03 09:42:05.276 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/swift/__init__.py
  281. 2018-08-03 09:42:05.281 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/swift/objects.py
  282. 2018-08-03 09:42:05.281 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/swift/utils.py
  283. 2018-08-03 09:42:05.281 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/vm/__init__.py
  284. 2018-08-03 09:42:05.281 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/vm/utils.py
  285. 2018-08-03 09:42:05.282 1385115 WARNING rally.common.plugin.discover [-] Failed to load module with plugins /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/vm/vmtasks.py: Plugin with such name: valid_command already exists in openstack platform. It's module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/vm/vmtasks.pyc. You are trying to add plugin whose module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/vm/vmtasks.pyc.: PluginWithSuchNameExists: Plugin with such name: valid_command already exists in openstack platform. It's module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/vm/vmtasks.pyc. You are trying to add plugin whose module allocates at /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/vm/vmtasks.pyc.
  286. 2018-08-03 09:42:05.282 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/watcher/__init__.py
  287. 2018-08-03 09:42:05.286 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/watcher/basic.py
  288. 2018-08-03 09:42:05.286 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/watcher/utils.py
  289. 2018-08-03 09:42:05.286 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/zaqar/__init__.py
  290. 2018-08-03 09:42:05.288 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/zaqar/basic.py
  291. 2018-08-03 09:42:05.289 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/scenarios/zaqar/utils.py
  292. 2018-08-03 09:42:05.289 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/__init__.py
  293. 2018-08-03 09:42:05.289 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/gnocchi/__init__.py
  294. 2018-08-03 09:42:05.289 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/gnocchi/metric.py
  295. 2018-08-03 09:42:05.290 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/grafana/__init__.py
  296. 2018-08-03 09:42:05.290 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/grafana/grafana.py
  297. 2018-08-03 09:42:05.290 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/heat/__init__.py
  298. 2018-08-03 09:42:05.290 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/heat/main.py
  299. 2018-08-03 09:42:05.291 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/identity/__init__.py
  300. 2018-08-03 09:42:05.291 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/identity/identity.py
  301. 2018-08-03 09:42:05.292 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/identity/keystone_common.py
  302. 2018-08-03 09:42:05.292 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/identity/keystone_v2.py
  303. 2018-08-03 09:42:05.293 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/identity/keystone_v3.py
  304. 2018-08-03 09:42:05.293 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/image/__init__.py
  305. 2018-08-03 09:42:05.294 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/image/glance_common.py
  306. 2018-08-03 09:42:05.294 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/image/glance_v1.py
  307. 2018-08-03 09:42:05.295 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/image/glance_v2.py
  308. 2018-08-03 09:42:05.295 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/image/image.py
  309. 2018-08-03 09:42:05.296 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/storage/__init__.py
  310. 2018-08-03 09:42:05.296 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/storage/block.py
  311. 2018-08-03 09:42:05.297 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/storage/cinder_common.py
  312. 2018-08-03 09:42:05.298 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/storage/cinder_v1.py
  313. 2018-08-03 09:42:05.298 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/services/storage/cinder_v2.py
  314. 2018-08-03 09:42:05.299 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/verification/__init__.py
  315. 2018-08-03 09:42:05.299 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/verification/tempest/__init__.py
  316. 2018-08-03 09:42:05.299 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/verification/tempest/config.py
  317. 2018-08-03 09:42:05.300 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/verification/tempest/consts.py
  318. 2018-08-03 09:42:05.300 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/verification/tempest/context.py
  319. 2018-08-03 09:42:05.301 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/verification/tempest/manager.py
  320. 2018-08-03 09:42:05.302 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/workload/__init__.py
  321. 2018-08-03 09:42:05.302 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/workload/siege.py
  322. 2018-08-03 09:42:05.302 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/wrappers/__init__.py
  323. 2018-08-03 09:42:05.303 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/wrappers/cinder.py
  324. 2018-08-03 09:42:05.303 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/wrappers/glance.py
  325. 2018-08-03 09:42:05.305 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/wrappers/keystone.py
  326. 2018-08-03 09:42:05.306 1385115 INFO rally.common.plugin.discover [-] Loaded module with plugins: /usr/local/lib/python2.7/dist-packages/rally_openstack/wrappers/network.py
  327. 2018-08-03 09:42:06.603 1385115 WARNING rally.common.plugin.discover [-] Failed to load plugins from module 'rally_openstack' (package: 'rally-openstack 1.2.0'): (osc-lib 1.7.0 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('osc-lib>=1.10.0'), set(['python-ironicclient'])): ContextualVersionConflict: (osc-lib 1.7.0 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('osc-lib>=1.10.0'), set(['python-ironicclient']))
  328. --------------------------------------------------------------------------------
  329. Preparing input task
  330. --------------------------------------------------------------------------------
  331.  
  332. Task is:
  333. {
  334. "VMTasks.boot_runcommand_delete": [
  335. {
  336. "args": {
  337. "flavor": {
  338. "name": "m1.tiny"
  339. },
  340. "image": {
  341. "name": "^Ubuntu 16.04 - latest$"
  342. },
  343. "floating_network": "ext-net",
  344. "force_delete": true,
  345. "command": {
  346. "script_file": "ping_test.sh",
  347. "interpreter": "/bin/sh"
  348. },
  349. "username": "ubuntu"
  350. },
  351. "runner": {
  352. "type": "constant",
  353. "times": 1,
  354. "concurrency": 1
  355. },
  356. }
  357. ]
  358. }
  359.  
  360. Task syntax is correct :)
  361. Running Rally version 1.0.0
  362. --------------------------------------------------------------------------------
  363. Task 5a1637ec-ded7-4542-b693-681f1b2b6481: started
  364. --------------------------------------------------------------------------------
  365.  
  366. Running Task... This can take a while...
  367.  
  368. To track task status use:
  369.  
  370. rally task status
  371. or
  372. rally task detailed
  373.  
  374. Using task: 5a1637ec-ded7-4542-b693-681f1b2b6481
  375. 2018-08-03 09:42:06.672 1385115 INFO rally.task.engine [-] Task 5a1637ec-ded7-4542-b693-681f1b2b6481 | Starting: Task validation.
  376. 2018-08-03 09:42:06.677 1385115 INFO rally.task.engine [-] Task 5a1637ec-ded7-4542-b693-681f1b2b6481 | Starting: Task validation of syntax.
  377. Task config is invalid: `There is no plugin `required_services` in in any platform.`
Advertisement
Add Comment
Please, Sign In to add comment