openstack-ansible-os_cinder/tasks
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
..
cinder_backends.yml Configure backends from API host 2017-12-19 09:38:54 -08:00
cinder_cleanup_old_facts.yml Simplify and optimise cinder tasks 2017-07-06 06:18:55 +00:00
cinder_db_setup.yml Correct cinder online migrations command 2017-08-30 08:56:52 +01:00
cinder_init_systemd.yml Add external LB management handler hook interface 2017-09-16 13:54:06 -05:00
cinder_install.yml Add external LB management handler hook interface 2017-09-16 13:54:06 -05:00
cinder_lvm_config.yml Cleanup/standardize usage of tags 2016-07-12 16:15:42 -04:00
cinder_post_install.yml Use group_names to check a host belongs to group 2017-11-16 17:44:41 +07:00
cinder_pre_install.yml Adds support for specifying GID AND UID for cinder system user 2017-10-18 10:05:29 +00:00
cinder_qos.yml tasks: cinder_qos: Use exact match for QoS rules 2018-01-10 12:18:34 +00:00
cinder_service_add.yml Cleanup/standardize usage of tags 2016-07-12 16:15:42 -04:00
cinder_service_setup.yml Add support for cinder v3 api 2017-03-16 13:52:56 +01:00
cinder_uwsgi.yml Add external LB management handler hook interface 2017-09-16 13:54:06 -05:00
main.yml Configure backends from API host 2017-12-19 09:38:54 -08:00