diff options
| author | Ken Pepple <ken.pepple@gmail.com> | 2011-03-02 16:12:36 -0800 |
|---|---|---|
| committer | Ken Pepple <ken.pepple@gmail.com> | 2011-03-02 16:12:36 -0800 |
| commit | 22ec4e190ccf9e30a7862e1ee7d90f2a0858c438 (patch) | |
| tree | 44e941ce39b1bfdbab9f65aa473baa70dcf32110 | |
| parent | 0bf74ef365688476b2b3a44e353c0062989d33b5 (diff) | |
| download | nova-22ec4e190ccf9e30a7862e1ee7d90f2a0858c438.tar.gz nova-22ec4e190ccf9e30a7862e1ee7d90f2a0858c438.tar.xz nova-22ec4e190ccf9e30a7862e1ee7d90f2a0858c438.zip | |
pep8
| -rw-r--r-- | nova/compute/instance_types.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/instance_types.py b/nova/compute/instance_types.py index 20cf1faee..f360a7ac3 100644 --- a/nova/compute/instance_types.py +++ b/nova/compute/instance_types.py @@ -31,7 +31,7 @@ FLAGS = flags.FLAGS def create(name, memory, vcpus, local_gb, flavorid, swap=0, - rxtx_quota=0,rxtx_cap=0): + rxtx_quota=0, rxtx_cap=0): """Creates instance types / flavors arguments: name memory vcpus local_gb flavorid swap rxtx_quota rxtx_cap """ |
