Role os_glance for OpenStack-Ansible
Go to file
Jesse Pretorius f006470f27 Cast the resulting intersect set into a list
When using Ansible with python3, the result of
the intersect filter is a set, not a list. This
causes a failure when trying to access item 0
in the list.

In this patch we cast the set to a list before
accessing item 0. This will work for both
python2 and python3.

Change-Id: I9b03c57a5b1f675a8ca6e42dd5aae6c1e4742603
2017-07-07 12:56:41 +01:00
defaults Ensure that services restart in a particular order 2017-06-30 13:27:56 +01:00
doc Fix openstackdocstheme settings 2017-07-03 16:15:19 +08:00
examples [DOCS] Add project links; fix indents; wording 2016-08-16 09:16:30 -05:00
handlers Use listen instead of chained notifiers 2017-06-30 13:39:03 +01:00
meta Add support for the openSUSE Leap distributions 2017-07-06 13:19:19 +01:00
releasenotes Fix openstackdocstheme settings 2017-07-03 16:15:19 +08:00
tasks Cast the resulting intersect set into a list 2017-07-07 12:56:41 +01:00
templates Ensure that services restart in a particular order 2017-06-30 13:27:56 +01:00
tests Updated from OpenStack Ansible Tests 2017-06-22 15:19:28 +00:00
vars Add support for the openSUSE Leap distributions 2017-07-06 13:19:19 +01:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:19:28 +00:00
.gitreview Implement base configuration for independent repository 2016-03-02 07:28:55 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-07-06 21:08:19 +00:00
CONTRIBUTING.rst [DOCS] Cleanup the role docs for consistency and clarity 2016-03-07 17:03:49 -05:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
manual-test.rc Use centralised test scripts 2016-09-27 18:46:26 +01:00
README.rst Show team and repo badges on README 2016-11-25 16:09:19 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2017-06-22 15:19:28 +00:00
setup.cfg Update homepage with developer documentation page 2016-09-20 14:28:44 +05:30
setup.py Updated from global requirements 2017-03-02 11:51:41 +00:00
test-requirements.txt Fix openstackdocstheme settings 2017-07-03 16:15:19 +08:00
tox.ini Ensure that role tests pin pip/setuptools/wheel 2017-06-04 11:20:34 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-07-06 13:02:29 +00:00

Team and repository tags

image

OpenStack-Ansible glance

This Ansible role installs and configures OpenStack glance and the glance registry.

Documentation for the project can be found at:

http://docs.openstack.org/developer/openstack-ansible-os_glance/

The project home is at:

http://launchpad.net/openstack-ansible