diff options
| author | Ricardo Carrillo Cruz <emaildericky@gmail.com> | 2011-02-23 20:51:27 +0100 |
|---|---|---|
| committer | Ricardo Carrillo Cruz <emaildericky@gmail.com> | 2011-02-23 20:51:27 +0100 |
| commit | 7c19fe87693b89d56ef9d9402d2667eacf297b97 (patch) | |
| tree | 9e5ad08de791cb4a46bf053b97e787be2f4641fe /nova | |
| parent | 3c6a44327f0015cb531b06fbce38eb4e3a04ce6a (diff) | |
| download | nova-7c19fe87693b89d56ef9d9402d2667eacf297b97.tar.gz nova-7c19fe87693b89d56ef9d9402d2667eacf297b97.tar.xz nova-7c19fe87693b89d56ef9d9402d2667eacf297b97.zip | |
Deleted trailing whitespace
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/network/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/network/manager.py b/nova/network/manager.py index 1b8627562..7bdd56d7b 100644 --- a/nova/network/manager.py +++ b/nova/network/manager.py @@ -523,7 +523,7 @@ class VlanManager(NetworkManager): fixed_net = IPy.IP(cidr) if fixed_net.len() < num_networks * network_size: raise ValueError(_('The network range is not big enough to fit %s' - ' networks of size %s' % + ' networks of size %s' % (num_networks, network_size))) fixed_net_v6 = IPy.IP(cidr_v6) |
