We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb696f commit 02b13b4Copy full SHA for 02b13b4
libcloud/README.md
@@ -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