From: Chris Dent Date: Tue, 6 Dec 2016 19:11:07 +0000 (+0000) Subject: Fix a typo in a comment in microversion history X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b7e9b18ec269f53abbaed14fcd6b8a34c9d939e0;p=osstest%2Fopenstack-nova.git Fix a typo in a comment in microversion history We use '_' in placement URLs. This change was promised as a follow up to Ia8b534d20c064eb3a767f95ca22814925acfaa77 Change-Id: Idc52bcf396dc8ad420d3183f9bee48e07656292d --- diff --git a/nova/api/openstack/placement/microversion.py b/nova/api/openstack/placement/microversion.py index 2b786fce67..72c8578228 100644 --- a/nova/api/openstack/placement/microversion.py +++ b/nova/api/openstack/placement/microversion.py @@ -36,7 +36,7 @@ VERSIONED_METHODS = collections.defaultdict(list) VERSIONS = [ '1.0', '1.1', # initial support for aggregate.get_aggregates and set_aggregates - '1.2', # Adds /resource-classes resource endpoint + '1.2', # Adds /resource_classes resource endpoint ]