The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/1854

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From d807e9b440fada4885925e0c9d76f79ec910b999 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@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 <stgra...@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,
        }
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to