Statistics
| Branch: | Tag: | Revision:

root @ def409e0

Latest revisions

# Date Author Comment
def409e0 02/26/2014 05:38 pm Giorgos Korfiatis

astakos: Fix unbound reference

fa532396 02/26/2014 04:41 pm Christos Stavrakakis

snf_django: Use option groups in SynnefoCommand

Extend SynnefoCommand to use option groups to distinguish between common
and command-specific options, by overriding the 'create_parser' method.
The command specific options must be declared in the
'command_option_list' attribute of the SynnefoCommand. Also, we use a...

2be50766 02/26/2014 12:02 pm Christos Stavrakakis

cyclades: Create common '-u/--user' option

Create 'cli_option' module, to contain the common definitions for
options of Synnefo management commands.

Currently, it contains only the '--user' option definition which accepts
user's UUID or email and annotates the command options with the...

b0b6d5ab 02/25/2014 04:36 pm Giorgos Korfiatis

docs: Mention new projects in upgrade notes

65c37e16 02/25/2014 04:36 pm Giorgos Korfiatis

astakos: Set limits at enable time in migration

fd050112 02/25/2014 04:36 pm Giorgos Korfiatis

docs: Upgrade notes sketch for 0.16

0486dc60 02/25/2014 01:15 pm Giorgos Korfiatis

astakos: Fix/disable form tests

Fix test_ui_visible; disable test_applications until the development of the
new project views has matured.

39f723aa 02/24/2014 06:58 pm Christos Stavrakakis

cyclades: Add 'public' attribute to ports

Extend ports (NetworkInterface model) with 'public' attribute, to
indicate that the port is connected to a public network without getting
the network from the DB. Add corresponding DB migration and update the
DB models factory....

4e3789fd 02/24/2014 03:33 pm Christos Stavrakakis

cyclades: Add list of subnet IDs to network model

Extend Network model with 'subnet_ids' attribute. This attribute is a
list with the IDs of the subnet that belong to this network and is
stored in DB as a comma seperated list of integers.

This information is already contained in the Subnet model. However, we...

49fb00cc 02/21/2014 04:05 pm Ilias Tsitsimpis

snf-ci: Search all public networks

When creating a new floating IP try all public networks
until we find one that is not full.

View all revisions | View revisions

Also available in: Atom