Correct tag for nova_compute_kvm_install tasks

These tasks should be tagged with 'nova-install' not 'nova-config'.

Closes-Bug: 1695846
Change-Id: I48e5f2adec7b53acc2054841f3f4c0ddad0f2015
This commit is contained in:
Jimmy McCrory 2017-08-17 14:06:53 -07:00
parent f5e5279ab7
commit 968e9a93a5
2 changed files with 1 additions and 3 deletions

View File

@ -15,7 +15,7 @@
- include: nova_compute_kvm_install.yml
tags:
- nova-config
- nova-install
- name: Add nova user to libvirtd group
user:

View File

@ -72,7 +72,6 @@
when:
- nova_get_venv | failed or nova_get_venv | skipped
tags:
- nova-install
- nova-pip-packages
# TODO(cloudnull): use a package from pypi when its made available
@ -93,5 +92,4 @@
loop_control:
loop_var: linkfiles
tags:
- nova-install
- nova-pip-packages