From 9f3afc0827b9ed13dae95000a8eb3bee270e72ba Mon Sep 17 00:00:00 2001 From: zhufl Date: Thu, 23 Jun 2016 12:33:30 +0800 Subject: [PATCH] Correct "Available params" link in create_flavor Available params link in create_flavor is invalid, and this is to correct this. Change-Id: Ib1eb62723ae44436f2ff5db1fb4218d7a77ff463 --- tempest/lib/services/compute/flavors_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/lib/services/compute/flavors_client.py b/tempest/lib/services/compute/flavors_client.py index e377c8448c..0d80a82b23 100644 --- a/tempest/lib/services/compute/flavors_client.py +++ b/tempest/lib/services/compute/flavors_client.py @@ -52,7 +52,7 @@ class FlavorsClient(base_compute_client.BaseComputeClient): """Create a new flavor or instance type. Available params: see http://developer.openstack.org/ - api-ref-compute-v2.1.html#create-flavors + api-ref-compute-v2.1.html#createFlavor """ if kwargs.get('ephemeral'): kwargs['OS-FLV-EXT-DATA:ephemeral'] = kwargs.pop('ephemeral')