2d3dd9c6da
- Move all functions excluding specific to common/utils.py - Add requests to test-requirements.txt - Modify config.py to give more flexibility to tests Change-Id: I1d86d500da8aab67d90da7314ccb6c376c8f59d4 Partially-Implements: blueprint new-ci-tests-preparation
39 lines
751 B
Plaintext
39 lines
751 B
Plaintext
[murano]
|
|
# keystone url
|
|
# auth_url = http://127.0.0.1:5000/v2.0/
|
|
|
|
# keystone user
|
|
# user = admin
|
|
|
|
# password for keystone user
|
|
# password = admin
|
|
|
|
# keystone tenant
|
|
# tenant = admin
|
|
|
|
# keyname - used for debugging murano-agent
|
|
# keyname = keyname
|
|
|
|
# murano url
|
|
# murano_url = http://127.0.0.1:8082
|
|
|
|
# Flavor for sanity checks
|
|
# standard_flavor = m1.medium
|
|
|
|
# Flavor for advanced checks
|
|
# advanced_flavor = m1.medium
|
|
|
|
# image for linux services
|
|
# linux_image = default_linux
|
|
|
|
# image for docker applications
|
|
# docker_image = debian-8-docker.qcow2
|
|
|
|
# image for kubernetes applications
|
|
# kubernetes_image = ubuntu14.04-x64-kubernetes.qcow2
|
|
|
|
# image for windows services
|
|
# windows_image = default_windows
|
|
|
|
# image for hdp sandbox
|
|
# hdp_image = hdp-sandbox |