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:
Chandan Kumar 2018-06-06 19:17:52 +05:30
parent 154fe8878d
commit d410903ea6
4 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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 }}