Revert "Temporarily disable ec2-api deployment"

https://review.openstack.org/466115 is merged and in last promoted repo so it should work fine.

This reverts commit b014b3ec5bb092de63e4f61ddf17d4fd0f992bdc.

Change-Id: I7088f78ed1dc0b5e5e3fff4448f65d6db6a54f53
This commit is contained in:
Alfredo Moralejo 2017-06-12 08:30:04 +00:00
parent b014b3ec5b
commit 97f3050748

View File

@ -22,8 +22,7 @@ case $::osfamily {
}
'RedHat': {
$ipv6 = true
# TODO (amoralej) - enable when https://bugs.launchpad.net/ec2-api/+bug/1691484 is fixed
$ec2api_enabled = false
$ec2api_enabled = true
}
default: {
fail("Unsupported osfamily (${::osfamily})")