OS-KSCATALOG Create EndpointTemplate documentation missing Name attribute

Bug #893881 reported by Ziad Sawalha
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Invalid
Undecided
Unassigned

Bug Description

Documentation shows this:

{
"OS-KSCATALOG:endpointTemplate":{
"id":1,
"region":"North",
"global":true,
"type":"compute",
"publicURL":"https://compute.north.public.com/v1",
"internalURL":"https://compute.north.internal.com/v1",
"versionId":"1",
"versionInfo":"https://compute.north.public.com/v1/",
"versionList":"https://compute.north.public.com/",
"enabled":true
}
}

But "name" is a required attribute.

Revision history for this message
Yogeshwar (yogesh-srikrishnan) wrote :

Ziad name is declared as optional.I think that also need to change.

 <attribute name="name" type="xsd:string" use="optional">
            <annotation>
                <xsd:documentation
                    xml:lang="EN"
                    xmlns="http://www.w3.org/1999/xhtml">
                    <p>
                        The commercial service name (e.g. 'My Nova Cloud Servers').
                    </p>
                </xsd:documentation>
            </annotation>
        </attribute>

Revision history for this message
Dolph Mathews (dolph) wrote :

Which documentation is this from?

Revision history for this message
Dolph Mathews (dolph) wrote :

Closing because I don't think this is applicable to the current codebase (post-merge of redux); please re-open if I'm mistaken.

Changed in keystone:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.