Go to file
Markos Chandras 4a9a00fb3b tasks: cinder_qos: Use exact match for QoS rules
The default grep behavior will match any part of the string which
means that rules like 'foo' and 'foo-plus' will be matched if we are
only interested in 'foo'. As such, this is causing problems with QoS
rules which happen to have overlapping names. It's best to use
'grep -x' to only match the rule we are interested in.

Closes-Bug: #1741990
Change-Id: I26f7f4a933e1b96ba7a92efc79f1b87c806ccdc3
2018-01-10 12:18:34 +00:00
2017-12-18 15:01:59 -08:00
2017-12-05 11:54:39 +00:00
2017-12-07 08:12:04 +00:00
2017-12-05 11:54:39 +00:00
2017-12-18 15:01:59 -08:00
2017-09-13 00:58:08 -07:00
2016-09-27 15:00:22 +00:00
2017-03-02 11:51:34 +00:00
2017-12-18 15:01:59 -08:00

Team and repository tags

image

OpenStack-Ansible cinder

This Ansible role installs and configures OpenStack cinder.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-os_cinder/latest/

The project home is at:

http://launchpad.net/openstack-ansible

Description
Role os_cinder for OpenStack-Ansible
Readme 8.6 MiB
Languages
Jinja 60.7%
Python 39.3%