Daniel Erez has uploaded a new change for review. Change subject: restapi: missing authentication_url in rsdl ......................................................................
restapi: missing authentication_url in rsdl Added 'authentication_url' for openstacknetworkproviders and openstackimageproviders. Change-Id: Ia5d7fb4b1e5914b0670ecf8863b37fcb37fae5e5 Bug-Url: https://bugzilla.redhat.com/1202339 Signed-off-by: Daniel Erez <[email protected]> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml 1 file changed, 4 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/19/40819/1 diff --git a/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml b/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml index 08f6044..86d2225 100644 --- a/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml +++ b/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml @@ -3829,7 +3829,6 @@ external_host_provider.requires_authentication: xs:boolean external_host_provider.username: xs:string external_host_provider.password: xs:string - external_host_provider.authentication_url: xs:string description: update the specified external host provider in the system - name: /externalhostproviders|rel=add description: add a new external host provider to the system @@ -3845,7 +3844,6 @@ external_host_provider.requires_authentication: xs:boolean external_host_provider.username: xs:string external_host_provider.password: xs:string - external_host_provider.authentication_url: xs:string description: add a new external host provider to the system - name: /externalhostproviders/{externalhostprovider:id}/testconnectivity|rel=testconnectivity description: test the connectivity to the external external host provider @@ -3921,6 +3919,7 @@ openstack_image_provider.requires_authentication: xs:boolean openstack_image_provider.username: xs:string openstack_image_provider.password: xs:string + openstack_image_provider.authentication_url: xs:string openstack_image_provider.properties.property--COLLECTION: property.name: xs:string property.value: xs:string @@ -3939,6 +3938,7 @@ openstack_image_provider.requires_authentication: xs:boolean openstack_image_provider.username: xs:string openstack_image_provider.password: xs:string + openstack_image_provider.authentication_url: xs:string openstack_image_provider.properties.property--COLLECTION: property.name: xs:string property.value: xs:string @@ -4065,6 +4065,7 @@ openstack_network_provider.requires_authentication: xs:boolean openstack_network_provider.username: xs:string openstack_network_provider.password: xs:string + openstack_network_provider.authentication_url: xs:string openstack_network_provider.properties.property--COLLECTION: property.name: xs:string property.value: xs:string @@ -4083,6 +4084,7 @@ openstack_network_provider.requires_authentication: xs:boolean openstack_network_provider.username: xs:string openstack_network_provider.password: xs:string + openstack_network_provider.authentication_url: xs:string openstack_network_provider.properties.property--COLLECTION: property.name: xs:string property.value: xs:string -- To view, visit https://gerrit.ovirt.org/40819 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia5d7fb4b1e5914b0670ecf8863b37fcb37fae5e5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
