Statistics
| Branch: | Tag: | Revision:

root / kamaki / cli / commands / network.py @ 27d3b17d

History | View | Annotate | Download (26.8 kB)

# Date Author Comment
67377ec3 02/20/2014 11:36 am Stavros Sachtouris

Allow ip allocation without specifing net id

Refs: #5104

2dfedc44 02/06/2014 05:36 pm Stavros Sachtouris

Update network commands in documentaion

Refs: #5031

7fbda4e5 01/08/2014 01:22 pm Dionysis Grigoropoulos

Better handling of a string printing

Better handling of the way we print a string in network list

2f386293 01/08/2014 01:12 pm Dionysis Grigoropoulos

Typo fix in network list

609471e9 01/07/2014 12:02 pm Stavros Sachtouris

Typo fixes

c3d42104 12/20/2013 02:58 pm Stavros Sachtouris

Update wait to use --status

58f4caba 12/20/2013 01:34 pm Stavros Sachtouris

Reverse server create --no-network/None http req

From now on, --no-network produces a "networks=[]" part,
while the absense of network-related arguments makes produces a
request without "networks" attributes.

c77131f4 12/19/2013 06:30 pm Stavros Sachtouris

Always use "details" call in neworks/subnets list

2da652e2 12/18/2013 01:32 pm Stavros Sachtouris

Adjust subnet_update method parameters to API

dbf65aaf 12/17/2013 03:58 pm Stavros Sachtouris

Add --status to port wait

6318da0c 12/16/2013 05:00 pm Dionysis Grigoropoulos

Minor typo fix

cc5da5a5 12/10/2013 05:21 pm Stavros Sachtouris

Add ip attach/detach

909ae594 12/10/2013 04:10 pm Stavros Sachtouris

Don't demand subnet, when ip

7a3c66e1 12/10/2013 03:25 pm Stavros Sachtouris

Fix unittests in kamaki.clients, subnet arg bug

f3740b99 12/09/2013 04:43 pm Stavros Sachtouris

Correct key names in network-related http bodies

Refs: #4563

f25bd53b 12/06/2013 05:17 pm Stavros Sachtouris

Update superclass info in networks

1c366ac9 12/06/2013 04:36 pm Stavros Sachtouris

Complete updating documentation

Refs: #4692

17cfc2f0 12/02/2013 05:16 pm Stavros Sachtouris

Add waiters to netowrk connect/disconnect

Refs: #4624

fd981f77 12/02/2013 05:01 pm Stavros Sachtouris

Revive network connect/disconnect

Refs: #4563

f261965c 11/29/2013 05:52 pm Stavros Sachtouris

Apply waiter in port delete

Refs: #4624

67dfe4a2 11/29/2013 05:06 pm Stavros Sachtouris

Remove waiters from networks, except port

Refs: #4624

291cab21 11/29/2013 02:12 pm Stavros Sachtouris

Fix typos in Network CLI

c6afee48 11/28/2013 06:34 pm Stavros Sachtouris

Implement port wait

Refs: #4583

6f2b87c1 11/28/2013 05:59 pm Stavros Sachtouris

Implement network wait

Refs: #4563

e3f54dc0 11/28/2013 05:02 pm Stavros Sachtouris

Fix typoes in network commands

d1bced10 11/21/2013 06:07 pm Stavros Sachtouris

Expose Network floatingip commands

Refs: #4583, #4563

cec2dfcd 11/21/2013 04:08 pm Stavros Sachtouris

Reimplement pithos commands (apply naming scheme)

Refs: #4625, #4583

So far: file list, file create

264a13f7 11/20/2013 04:50 pm Stavros Sachtouris

Apply naming scheme to network + cyclades/network

Refs: #4583, #4563

Network connection has changed:
server create <usuall stuff here>
--network-id=NETWORK_ID --network-with-ip=NETWORK_ID,IP
port create/delete are also used to connect/disconnect networks to servers...

5c5eb675 11/19/2013 05:33 pm Stavros Sachtouris

Apply naming scheme to image cmds

Refs: #4583

All image-property commands --> image modify --property-add/del
All image-compute commands --> imagecompute
imagecompute-property-* --> imagecompute modify --property-add/del

56d84a4e 11/15/2013 06:14 pm Stavros Sachtouris

Syntax check required arguments (incomplete)

Refs: #4596

b7d79306 11/08/2013 02:02 pm Stavros Sachtouris

Add fixed_ips in post create

Refs: #4563

ccdd1b82 11/07/2013 12:41 pm Stavros Sachtouris

Create port_creates extention (cyclaes) and expose

Refs: #4563

1d565254 11/06/2013 07:15 pm Stavros Sachtouris

Minor fixes

11cc86af 11/06/2013 07:13 pm Stavros Sachtouris

Fast-create port list

447365fe 11/06/2013 07:10 pm Stavros Sachtouris

Export all port methods, except port create

Refs: #4563

62c6652f 11/06/2013 06:12 pm Stavros Sachtouris

Expose subnet commands w.r.t. Cyclades Network

Refs: #4563

7e57e590 11/06/2013 03:37 pm Stavros Sachtouris

Add user-id filter in network list

0e27687b 11/06/2013 03:27 pm Stavros Sachtouris

Add "detail" to network list

Refs: #4563

cd0927f7 11/06/2013 01:58 pm Stavros Sachtouris

Adjust network create to Cyclades extentions

Refs: #4563

5c433331 11/06/2013 01:10 pm Stavros Sachtouris

Rename packages networking-->network