Alon Bar-Lev has posted comments on this change. Change subject: Adding to VdsStatic ssh_username and ssh_port ......................................................................
Patch Set 2: (2 inline comments) .................................................... File backend/manager/modules/dal/src/test/resources/fixtures.xml Line 897: <column>vds_unique_id</column> Line 898: <column>host_name</column> Line 899: <column>port</column> Line 900: <column>ssh_port</column> Line 901: <column>ssh_username</column> tabs Line 902: <column>vds_group_id</column> Line 903: <column>server_SSL_enabled</column> Line 904: <column>vds_type</column> Line 905: <column>vds_strength</column> .................................................... File backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd Line 1256: <!-- unsigned to avoid issues with port values greater than 32767, Line 1257: e.g. the standard VDSM port 54321 --> Line 1258: <xs:element name="port" type="xs:unsignedShort" minOccurs="0"/> Line 1259: <xs:element name="ssh_port" type="xs:unsignedShort" minOccurs="0"/> Line 1260: <xs:element name="ssh_username" type="xs:string" minOccurs="0"/> tab Line 1261: <xs:element name="type" type="xs:string" minOccurs="0"/> Line 1262: <xs:element name="storage_manager" type="StorageManager" minOccurs="0"/> Line 1263: <xs:element name="version" type="Version" minOccurs="0"/> Line 1264: <xs:element ref="hardware_information" minOccurs="0"/> -- To view, visit http://gerrit.ovirt.org/16096 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id2c38d23faadc4dbed65d08298e0862c5bea26dd Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
