Skip to content

Commit 02b13b4

Browse files
committed
Adding readme
1 parent feb696f commit 02b13b4

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

libcloud/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
TODO
2+
====
3+
4+
List of required functionality.
5+
6+
7+
8+
9+
10+
Checking status
11+
---------------
12+
13+
list_resources
14+
get_status(<id/name>)
15+
16+
setup_firewall()
17+
18+
Adding resources
19+
----------------
20+
21+
start_headnode
22+
start_worker(<id/name>)
23+
start_n_workers(<id/name>)
24+
start_n_more(<N>)
25+
26+
Removing resources
27+
------------------
28+
29+
stop_worker(<id/name>)
30+
stop_n_workers(<N>)
31+
32+
33+

0 commit comments

Comments
 (0)