js-openstack-lib/src/util
Corentin Ardeois beec17c6e4 Use serviceEndpoint compatible with versions
This patch adds a more flexible selection of version in AbstractService.
A version will be selected if it's compatible with the 'supportedVersions'.
Example:
  supportedVersions = ['v3.1'];
  All minor versions above 3.1 will be compatible (3.1.2, 3.2, 3.3 etc)
  However 4.x will not be compatible

Change-Id: Icd540449ebf6a09d9bb7e1d25a85e2dbe787c5a4
2016-11-23 09:53:27 -05:00
..
abstractService.js Use serviceEndpoint compatible with versions 2016-11-23 09:53:27 -05:00
http.js Updates linting rules 2016-09-23 13:46:04 -04:00
version.js Use serviceEndpoint compatible with versions 2016-11-23 09:53:27 -05:00