Remove image.http_image from playbook
* let's the tool handle it itself. * generate-tempestconf-file role uses url_cirros_image in test-demo-user.yaml so it cannot be removed. Change-Id: Iae526d807f7438148e39747634e1f190879fb4ce
This commit is contained in:
parent
154fe8878d
commit
d410903ea6
@ -23,12 +23,6 @@ to the output after that.
|
||||
|
||||
A path to the virtual environment of python-tempestconf tool.
|
||||
|
||||
.. zuul:rolevar:: url_cirros_image
|
||||
:type: string
|
||||
:default: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
|
||||
|
||||
A URL address of the cirros image.
|
||||
|
||||
.. zuul:rolevar:: tempestconf_src_relative_path
|
||||
:type: string
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
cloud_user: "devstack"
|
||||
virtualenvs:
|
||||
tempestconf: "~/.virtualenvs/.tempestconf"
|
||||
url_cirros_image: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img"
|
||||
|
@ -37,7 +37,6 @@
|
||||
--os-cloud {{ cloud_user }} \
|
||||
auth.tempest_roles Member \
|
||||
service_available.swift False \
|
||||
image.http_image {{ url_cirros_image }}
|
||||
args:
|
||||
chdir: "{{ tempestconf_src_relative_path }}"
|
||||
executable: /bin/bash
|
||||
|
@ -19,4 +19,3 @@ identity.uri $OS_AUTH_URL \
|
||||
identity.admin_password $OS_PASSWORD \
|
||||
service_available.swift False \
|
||||
{{ aditional_tempestconf_params }} \
|
||||
image.http_image {{ url_cirros_image }}
|
||||
|
Loading…
Reference in New Issue
Block a user