diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-15 07:11:31 -0700 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-15 08:23:47 -0700 |
commit | fb376919325e3d9f82ad937cad2a810bcb6982bb (patch) | |
tree | 3661fed27e8cc6c92c1971b1dd01f3305cdcf125 /ocata/vagrant/compute.conf | |
parent | 311bb07521ee065329021b12ac27b3584826541d (diff) |
setup function test framework
this patch is to add designate features in openstack
Change-Id: Ifb0cd9b45476ef12df6dd767706d639bf64c0752
Issue-Id: MULTICLOUD-92
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ocata/vagrant/compute.conf')
-rw-r--r-- | ocata/vagrant/compute.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ocata/vagrant/compute.conf b/ocata/vagrant/compute.conf index f6c19eaa..25019407 100644 --- a/ocata/vagrant/compute.conf +++ b/ocata/vagrant/compute.conf @@ -13,7 +13,8 @@ SERVICE_PASSWORD=admin DATABASE_PASSWORD=mysql RABBIT_PASSWORD=rabbit -ENABLED_SERVICES=rabbit,n-cpu,n-novnc,placement-client,q-agt +disable_all_services +enable_service rabbit,n-cpu,n-novnc,placement-client,q-agt LIBVIRT_TYPE=qemu OVS_BRIDGE_MAPPINGS=public:br-ex |