diff options
author | Bertrand Souville <souville@docomolab-euro.com> | 2017-10-02 16:27:15 +0200 |
---|---|---|
committer | Bertrand Souville <souville@docomolab-euro.com> | 2017-10-02 16:27:15 +0200 |
commit | a8cd506d6759833231b1b8806082d793faf0997a (patch) | |
tree | c5f83915a268f2b6d4e1f782b00ee521b9c6f1d8 /source/config/functest.yaml | |
parent | cd8d36d83af6541dc5f313bee5758548366ff5ff (diff) |
Added support for Keystone v3
JIRA: PROMISE-80
Modified Promise shim-layer as well
Change-Id: I82340a6af5c3e6056e77323ca5c44ecdf4e109b6
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
Diffstat (limited to 'source/config/functest.yaml')
-rw-r--r-- | source/config/functest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/config/functest.yaml b/source/config/functest.yaml index 8cc84d3..6655fc4 100644 --- a/source/config/functest.yaml +++ b/source/config/functest.yaml @@ -5,5 +5,5 @@ opnfv-functest: images: - name: cirros - path: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img + path: /home/opnfv/functest/images/cirros-0.3.5-x86_64-disk.img |