fix issue w/ containerized_overcloud missing variable

The two roles here were not using meta/main.yml hooked
into extras-common.

Closes-Bug: #1651892

Change-Id: I77246dd1702522fe5da0db1e15c4a24f6ad6abde
This commit is contained in:
Wes Hayutin 2016-12-21 17:33:03 -05:00
parent c9896602c7
commit 35afa17952
2 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,3 @@
dependencies:
- tripleo
- extras-common

View File

@ -0,0 +1,2 @@
dependencies:
- extras-common