diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-04-18 14:27:31 +0200 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 12:56:12 -0700 |
commit | 6167b5503078a07458488695cab8d37b6a27099c (patch) | |
tree | 6c264e9c15e470144fb20ee033b7c53b7a62c9c1 /xci/file | |
parent | 4f1f111621c55f1d234d18c59eac889bdc6772a4 (diff) |
xci: Fix nfs server ip for glance
Change-Id: Iebb9945bfd9cad9ebfda127f130542f4a6334aec
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'xci/file')
-rw-r--r-- | xci/file/noha/openstack_user_config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/file/noha/openstack_user_config.yml b/xci/file/noha/openstack_user_config.yml index 8406d7b4..fb12655e 100644 --- a/xci/file/noha/openstack_user_config.yml +++ b/xci/file/noha/openstack_user_config.yml @@ -118,7 +118,7 @@ image_hosts: container_vars: limit_container_types: glance glance_nfs_client: - - server: "172.29.244.13" + - server: "172.29.244.12" remote_path: "/images" local_path: "/var/lib/glance/images" type: "nfs" |