Correct duplicate config drive generation

Ansible, when dependencies are present, will cause dependant roles
to always be executed, which was resulting in configuration drives
being generated twice instead of once.

Closes-Bug: # 1506686
Change-Id: I07f44435f829c0b3e1855324fa254059ce46e3b9
This commit is contained in:
Julia Kreger 2015-10-15 20:22:05 -04:00
parent af7d9ac2e9
commit ab6204494a

View File

@ -19,5 +19,4 @@ galaxy_info:
categories:
- cloud
- cloud:openstack
dependencies:
- bifrost-configdrives-dynamic
dependencies: []