Fix typo: remove redundant 'the'

Change-Id: I742633630d94ceb24bcad5ede0120edac54c85c7
This commit is contained in:
Luong Anh Tuan 2016-10-03 11:35:59 +07:00
parent 2bb7c96315
commit 09a2ab077a
2 changed files with 2 additions and 2 deletions

View File

@ -1170,7 +1170,7 @@ Get dimension values
None.
#### Query Parameters
* tenant_id (string, optional, restricted) - Tenant ID to from which to get dimension values. This parameter can be used to get dimension values from a tenant other than the tenant the request auth token is scoped to. Usage of this query parameter is restricted to users with the the monasca admin role, as defined in the monasca api configuration file, which defaults to `monasca-admin`.
* tenant_id (string, optional, restricted) - Tenant ID to from which to get dimension values. This parameter can be used to get dimension values from a tenant other than the tenant the request auth token is scoped to. Usage of this query parameter is restricted to users with the monasca admin role, as defined in the monasca api configuration file, which defaults to `monasca-admin`.
* metric_name (string(255), optional) - A metric name to filter dimension values by.
* dimension_name (string(255), required) - A dimension name to filter dimension values by.
* offset (string(255), optional) - The dimension values are returned in alphabetic order, and the offset is the dimension name after which to return in the next pagination request.

View File

@ -55,7 +55,7 @@ uri_v3 = http://127.0.0.1:35357/v3/
```
Edit the the variable values in the identity section to match your particular environment.
Edit the variable values in the identity section to match your particular environment.
5. Create ```etc/logging.conf``` in the Tempest root dir by making a copying ```logging.conf.sample```.