From 3e13f3610256907a1ec2c7594ad516116c2066cd Mon Sep 17 00:00:00 2001 From: joehuang Date: Sun, 13 Aug 2017 23:04:07 -0400 Subject: [PATCH] Add guide for Tricircle CLI 1. What is the problem? Currently no doc about how to use Tricircle CLI. 2. What is the solution to the problem? Add the simplest guide for Tricircle CLI, and check to see whether the stable/pike branch can pass all tests or not. 3. What features need to be implemented to the Tricircle to realize the solution? None Change-Id: Ic612ad6e8ca4a7993745a1da8e4cd3f1bcefcbf0 Signed-off-by: joehuang --- doc/source/admin/cli.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/source/admin/cli.rst b/doc/source/admin/cli.rst index c60c82cc..01c43cd4 100644 --- a/doc/source/admin/cli.rst +++ b/doc/source/admin/cli.rst @@ -1,3 +1,16 @@ ================================ Command-Line Interface Reference -================================ \ No newline at end of file +================================ + +Synopsis +======== + +Follow OpenStack CLI format :: + + openstack [] [] + +The CLI for Tricircle can be executed as follows :: + + openstack multiregion networking [] + +All commands will issue request to Tricircle Admin API.