~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/tests/test_nova_manage.py

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman, Adam Gandelman, Chuck Short
  • Date: 2012-08-27 15:37:18 UTC
  • mfrom: (1.1.60)
  • Revision ID: package-import@ubuntu.com-20120827153718-lj8er44eqqz1gsrj
Tags: 2012.2~rc1~20120827.15815-0ubuntu1
[ Adam Gandelman ]
* New upstream release.

[ Chuck Short ]
* debian/patches/0001-Update-tools-hacking-for-pep8-1.2-and-
  beyond.patch: Dropped we dont run pep8 tests anymore.
* debian/control: Drop pep8 build depends
* debian/*.upstart.in: Make sure we transition correctly from runlevel
  1 to 2. (LP: #820694)

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
                       fake_create_networks)
172
172
        self.commands.create(
173
173
                            label='Test',
174
 
                            fixed_range_v4='10.2.0.0/24',
 
174
                            cidr='10.2.0.0/24',
175
175
                            num_networks=1,
176
176
                            network_size=256,
177
177
                            multi_host='F',
178
178
                            vlan_start=200,
179
179
                            vpn_start=2000,
180
 
                            fixed_range_v6='fd00:2::/120',
 
180
                            cidr_v6='fd00:2::/120',
181
181
                            gateway='10.2.0.1',
182
182
                            gateway_v6='fd00:2::22',
183
183
                            bridge='br200',