Go to file
Kevin Carter 6c902fc471 Remove 'ignore_errors: true' in favor of 'failed_when: false'
This change removes the use of 'ignore_errors: true' because it causes deployers
to see red output and a stacktrace, which traditionally means something is broken,
even when the failure is known to have a fall back option or be intentional. This
conversion will provide a generally cleaner interface.

It should be noted that the 'failed' filter will still function normally. Tasks
with the 'failed_when: false' option will still be marked as 'failed' in any
registered variable. This change simply makes the output look cleaner.

Change-Id: I5ceece61312e2bf39d7489261bca247f353d6d74
Closes-Bug: #1633438
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-10-14 16:45:41 -05:00
2015-10-14 13:59:47 -05:00
2016-09-30 15:05:12 -04:00
2016-09-01 10:30:22 +01:00
2016-09-17 11:57:30 -05:00
2016-09-09 10:38:13 +01:00
2016-02-26 14:13:43 -06:00
2016-09-28 08:56:33 +01:00
2016-09-20 14:21:45 +05:30
2016-07-15 03:57:57 +00:00
2016-10-12 17:53:47 +00:00

OpenStack-Ansible keystone

Ansible role that installs and configures OpenStack Keystone. Keystone is installed behind the Apache webserver listening on port 5000 and port 35357 by default.

Documentation for the project can be found at: http://docs.openstack.org/developer/openstack-ansible-os_keystone/ The project home is at: http://launchpad.net/openstack-ansible

Description
Role os_keystone for OpenStack-Ansible
Readme 11 MiB
Languages
Jinja 70.1%
Python 29.9%