Eliminate reference to metadefs 'namespace_id'

In most places, the api-ref refers to the 'namespace_name' in URLs,
but in two places in the metadefs-namespaces-properties file, the
term 'namespace_id' is used.  This patch fixes those two occurrences
in the interest of consistency, but also because it is causing a
warning that's interpreted as an error in the latest version of
os_api_ref [0].

[0] http://lists.openstack.org/pipermail/openstack-dev/2017-January/110606.html

Change-Id: I86435a216c9c8d8bd391fb662049662d7d303ae5
This commit is contained in:
Brian Rosmaita 2017-01-23 19:01:53 +00:00
parent d64fe8bd1b
commit 3a96347fe2
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ properties.
Create property
~~~~~~~~~~~~~~~
.. rest_method:: POST /v2/metadefs/namespaces/{namespace_id}/properties
.. rest_method:: POST /v2/metadefs/namespaces/{namespace_name}/properties
Creates a property definition in a namespace.
@ -103,7 +103,7 @@ Request
.. rest_parameters:: metadefs-parameters.yaml
- namespace_id: namespace_name
- namespace_name: namespace_name
There is no request body.