From f0fd9149506ca92db0dd7f17cf027ccb434bb99a Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Thu, 14 Sep 2017 22:54:53 +0800 Subject: setup function test framework this patch is to setup function test framwork for multicloud Change-Id: I372ca4a11878b25fd9b5f4b7ed199e0d8748e11d Issue-Id: MULTICLOUD-92 Signed-off-by: Guo Ruijing --- ocata/vagrant/setup_cell.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ocata/vagrant/setup_cell.sh (limited to 'ocata/vagrant/setup_cell.sh') diff --git a/ocata/vagrant/setup_cell.sh b/ocata/vagrant/setup_cell.sh new file mode 100644 index 00000000..0fa736a6 --- /dev/null +++ b/ocata/vagrant/setup_cell.sh @@ -0,0 +1,6 @@ +#!/bin/bash +set -e + +source ~/devstack/openrc admin admin +nova-manage cell_v2 discover_hosts +nova-manage cell_v2 map_cell_and_hosts -- cgit 1.2.3-korg