From 516dd9ca14608da9e0c3e2e530607af7797ebd2d Mon Sep 17 00:00:00 2001 From: wutianwei Date: Wed, 12 Jul 2017 08:46:08 +0800 Subject: fix some error in functest 1. Remove the --share when create network to fix the error in tempest network visibility 2. create the cinder-volums to fix issue in test volumes Change-Id: I8bf7197ac33271eb6856e542da114249b79a391d Signed-off-by: wutianwei --- deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'deploy/adapters/ansible/openstack') diff --git a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml index 417c0546..ddf6f053 100644 --- a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml +++ b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml @@ -21,6 +21,7 @@ remote_user: root roles: - config-compute + - storage - hosts: localhost remote_user: root -- cgit 1.2.3-korg