From c732c3b16f9091b0c8ba2b4b96f639dbd533021b Mon Sep 17 00:00:00 2001 From: Joe Topjian Date: Sat, 6 May 2017 12:30:04 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e8e9bf20b..7034f023fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,7 @@ BUG FIXES: * provider/google: Handle `google_storage_bucket_object` not being found [GH-14203] * provider/google: Handle `google_compute_instance_group_manager` not being found [GH-14190] * providers/heroku: Configure buildpacks correctly for both Org Apps and non-org Apps [GH-13990] +* provider/openstack: Handle disassociating deleted FloatingIP's from a server [GH-14210] * provider/postgres grant role when creating database [GH-11452] * provisioner/remote-exec: Fix panic from remote_exec provisioner [GH-14134]