diff options
| author | Aaron Rosen <arosen@nicira.com> | 2013-02-16 13:59:43 -0800 |
|---|---|---|
| committer | Aaron Rosen <arosen@nicira.com> | 2013-02-16 14:07:11 -0800 |
| commit | 381d9d461dc4c1b9215a52f1ec62adfab68ee6bf (patch) | |
| tree | 7cd167c2626291c4cfedf845bed4b97f2c6d8dd6 /nova/api | |
| parent | 574eae99dcd0c0ca809d11053dd83f3616b97e70 (diff) | |
Correct spelling of quantum
Change-Id: Icc0a69178da13f4679b594b50e3a980ba9ec19bd
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/compute/servers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/compute/servers.py b/nova/api/openstack/compute/servers.py index c10c6e1b3..729754ea6 100644 --- a/nova/api/openstack/compute/servers.py +++ b/nova/api/openstack/compute/servers.py @@ -629,7 +629,7 @@ class Controller(wsgi.Controller): if port_id: network_uuid = None if not self._is_quantum_v2(): - # port parameter is only for qunatum v2.0 + # port parameter is only for quantum v2.0 msg = _("Unknown argment : port") raise exc.HTTPBadRequest(explanation=msg) if not uuidutils.is_uuid_like(port_id): |
