From b3e1a12eaa700d8f58465fb6e38953a6e3c12f03 Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Mon, 26 Feb 2018 10:19:33 +0000 Subject: [PATCH] Fix ID field in 2018.02 The id field in the 2018.02 was left as "next" rather than being updated with a proper date. This patch fixes the oversight. Change-Id: If499f2e38e4e6d142f75b39c5cf22c2606c10a7a --- 2018.02.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2018.02.json b/2018.02.json index e7f04757..52742ee5 100644 --- a/2018.02.json +++ b/2018.02.json @@ -1,6 +1,6 @@ { "metadata": { - "id": "next", + "id": "2018.02", "schema": "2.0", "reference": "https://git.openstack.org/cgit/openstack/interop/schema/2.0.json", "source": "http://git.openstack.org/cgit/openstack/interop/add-ons/dns.next.json",