Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / neutron @ efabd2d4

# Date Author Comment
efabd2d4 09/30/2013 03:45 pm Dionysis Grigoropoulos

cyclades: Neutron API add update_subnet, add tests

Create update_subnet, some minor bugs need fixing
Add tests for update_subnet and create_subnet
Fix some bugs in subnets_views

5cf968ab 09/28/2013 10:23 pm Marios Kogias

Add neutron router api and test

Missing create new router. This is simply a vm creation

2e0916f2 09/28/2013 04:25 pm Marios Kogias

Start router api

83a99fbb 09/28/2013 04:22 pm Marios Kogias

Fixes after first review

0dae1b9f 09/27/2013 05:26 pm Dionysis Grigoropoulos

cyclades: Neutron API add subnet tests, bug fixes

882b662f 09/24/2013 05:55 pm Dionysis Grigoropoulos

cyclades: Neutron API add more subnet tests

f575df98 09/24/2013 01:27 pm Marios Kogias

Fix conflicts

d6e16760 09/24/2013 01:24 pm Marios Kogias

Add more network tests. PEP8 corrections

f261896d 09/23/2013 05:59 pm Dionysis Grigoropoulos

cyclades: Neutron API improvements

Add more subnet tests and fix some bugs in subnets_view.py

b0cda6f9 09/23/2013 05:40 pm Marios Kogias

Add ModelFactory and tests

a9b05ce4 09/23/2013 02:16 pm Dionysis Grigoropoulos

cyclades: Neutron API changes

Add forgoten stuff about Neutron API
Fix a typo in subnet_views.py

6de57f9c 09/23/2013 01:53 pm Dionysis Grigoropoulos

cyclades: Neutron API changes

Add missing App in django and update some subnet tests

7eae8fce 09/23/2013 12:41 pm Dionysis Grigoropoulos

cyclades: Neutron api, poc subnet implementation

d6b24130 09/23/2013 12:10 pm Marios Kogias

Start neutron api

Add views for network, subnet, port. Fix urls. Create first version
of /networks. Start testing networks