[lxc-devel] [lxd/master] Mark 1.0 API stable

stgraber on Github lxc-bot at linuxcontainers.org
Tue Apr 5 21:41:39 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160405/1455064c/attachment.bin>
-------------- next part --------------
From d807e9b440fada4885925e0c9d76f79ec910b999 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Tue, 5 Apr 2016 16:54:42 -0400
Subject: [PATCH] Mark 1.0 API stable
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 lxd/api_1.0.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxd/api_1.0.go b/lxd/api_1.0.go
index 2467e33..ba653db 100644
--- a/lxd/api_1.0.go
+++ b/lxd/api_1.0.go
@@ -45,7 +45,7 @@ var api10 = []Command{
 func api10Get(d *Daemon, r *http.Request) Response {
 	body := shared.Jmap{
 		"api_extensions": []string{},
-		"api_status":     "development",
+		"api_status":     "stable",
 		"api_version":    shared.APIVersion,
 	}
 


More information about the lxc-devel mailing list