~ubuntu-branches/ubuntu/trusty/quantum/trusty

« back to all changes in this revision

Viewing changes to quantum/extensions/providernet.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-05-31 09:37:25 UTC
  • mfrom: (2.1.22)
  • Revision ID: package-import@ubuntu.com-20130531093725-bf9jom93l7jm57iv
Tags: 1:2013.2~b1-0ubuntu1
* New upstream release.
* debian/patches/fix-quantum-configuration.patch: Refreshed
* debian/control: Add testrepository.
* debian/control: Add subunit.
* debian/control: Add python-d21o1 and python-pbr as build-depends.
* debian/control: Add python-stevedore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        NETWORK_TYPE: {'allow_post': True, 'allow_put': True,
28
28
                       'validate': {'type:string': None},
29
29
                       'default': attributes.ATTR_NOT_SPECIFIED,
 
30
                       'enforce_policy': True,
30
31
                       'is_visible': True},
31
32
        PHYSICAL_NETWORK: {'allow_post': True, 'allow_put': True,
 
33
                           'validate': {'type:string': None},
32
34
                           'default': attributes.ATTR_NOT_SPECIFIED,
 
35
                           'enforce_policy': True,
33
36
                           'is_visible': True},
34
37
        SEGMENTATION_ID: {'allow_post': True, 'allow_put': True,
35
38
                          'convert_to': int,
 
39
                          'enforce_policy': True,
36
40
                          'default': attributes.ATTR_NOT_SPECIFIED,
37
41
                          'is_visible': True},
38
42
    }