kuryr/etc/kuryr.json
Taku Fukushima 49680fa16f Add a script to start Kuryr
This patch adds scripts/run_server.py to launch Kuryr with Fask's
development server. etc/kuryr.json is also introduced as the JSON spec
file for the remote driver. scripts/run_kuryr.sh manages them and starts
Kuryr appropriately as the following command:

  $ ./scripts/run_kuryr.sh

Change-Id: Ie16a085dbf8fbb7dfdfaca009017ff7223cf1880
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
2015-07-27 19:40:49 +09:00

5 lines
61 B
JSON

{
"Name": "kuryr",
"Addr": "http://127.0.0.1:2377"
}