Update glance version

This patch will fix functionnal test by updating glance version
to 2.5

Change-Id: Icdad36fad58c01c15b61ad4310c8d96c5e8a4f37
This commit is contained in:
Corentin Ardeois 2017-02-08 19:10:11 -05:00
parent 76da62a7c8
commit 4f19bfad3b
2 changed files with 11 additions and 1 deletions

View File

@ -50,7 +50,7 @@ describe("Glance", () => {
describe("version()", () => {
const supportedApiVersions = [
new Version('2.4')
new Version('2.5')
];
/**

View File

@ -45,6 +45,16 @@ function rootResponse() {
versions: [
{
status: "CURRENT",
id: "v2.5",
links: [
{
href: "http://192.168.99.99:9292/v2/",
rel: "self"
}
]
},
{
status: "SUPPORTED",
id: "v2.3",
links: [
{