From 97f3050748a6fcc80d98058af3f64675718f1742 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Mon, 12 Jun 2017 08:30:04 +0000 Subject: [PATCH] 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 --- fixtures/scenario002.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fixtures/scenario002.pp b/fixtures/scenario002.pp index a07e4ab8d..fd94c9608 100644 --- a/fixtures/scenario002.pp +++ b/fixtures/scenario002.pp @@ -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})")