Browse code

Nuke EC2 API service in defaults

Tempest does not test EC2 by default anymore:
Ib5e24e19bcba9808a9f49fe7f328668df77fe4f9

So we don't need to run nova ec2 API service by default.

Change-Id: Ieec0ca1361baf0978d96e69e1134f699c1af3bb9

Davanum Srinivas authored on 2015/10/08 23:57:44
Showing 1 changed files
... ...
@@ -91,7 +91,7 @@ fi
91 91
 ENABLE_HTTPD_MOD_WSGI_SERVICES=True
92 92
 
93 93
 # Set the default Nova APIs to enable
94
-NOVA_ENABLED_APIS=ec2,osapi_compute,metadata
94
+NOVA_ENABLED_APIS=osapi_compute,metadata
95 95
 
96 96
 # Set the root URL for Horizon
97 97
 HORIZON_APACHE_ROOT="/dashboard"