Guest User

Untitled

a guest
Nov 17th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. infrared tempest \
  2. -o test.yml \
  3. --setup rpm \
  4. --openstack-version 12 \
  5. --tests heat.yml \
  6. --openstack-installer tripleo \
  7. --config-options heat_plugin.username=demo \
  8. --config-options heat_plugin.password=secrete \
  9. --config-options heat_plugin.tenant_name=demo \
  10. --config-options heat_plugin.auth_url=$OS_AUTH_URL \
  11. --config-options heat_plugin.user_domain_name=$OS_USER_DOMAIN_NAME \
  12. --config-options heat_plugin.project_domain_name=$OS_PROJECT_DOMAIN_NAME \
  13. --config-options heat_plugin.region=regionOne \
  14. --config-options heat_plugin.auth_version=$OS_IDENTITY_API_VERSION \
  15. --config-options heat_plugin.admin_username=$OS_USERNAME \
  16. --config-options heat_plugin.admin_password=$OS_PASSWORD \
  17. --config-options heat_plugin.keypair_name=heat_keypair \
  18. --config-options heat_plugin.image_ref=heat_fedora_image \
  19. --config-options heat_plugin.minimal_image_ref=heat_cirros_image \
  20. --config-options heat_plugin.minimal_instance_type=m1.tiny \
  21. --config-options heat_plugin.instance_type=m1.small \
  22. --config-options heat_plugin.image_ssh_user=root
Add Comment
Please, Sign In to add comment