Revert "Run cinder-setup against cinder_volume hosts"

The setup commands won't work against a container properly - we need to
revert this and if we need to configure LVM in a container, have a
separate play.

This reverts commit da95d3e4ee.

Change-Id: I66feb6b432ce14e78d4f96a4bd87aa8e021e08e3
This commit is contained in:
Andy McCrae 2017-01-04 12:33:26 +00:00
parent 50e7bab716
commit 1b64f1e0e8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
- name: Prepare cinder-volumes volume group
hosts: cinder_volume
hosts: localhost
tasks:
- name: Install lvm2 apt package
apt: