ostf-153: move etc dir into fuel_health package

This commit is contained in:
Sergey Lyopka 2013-07-08 18:16:07 +03:00
parent 30e2fe6993
commit c0917ce4a7
3 changed files with 3 additions and 4 deletions

View File

@ -503,9 +503,8 @@ def register_smoke_opts(conf):
class FuelConfig:
"""Provides OpenStack configuration information."""
DEFAULT_CONFIG_DIR = os.path.join(
os.path.abspath(os.path.dirname(os.path.dirname(__file__))),
"etc")
DEFAULT_CONFIG_DIR = os.path.join(os.path.abspath(
os.path.dirname(__file__)), 'etc')
DEFAULT_CONFIG_FILE = "test.conf"

View File

@ -199,7 +199,7 @@ public_network_id = eeb739fc-97a0-46b3-b8b9-12212b8247c4
public_router_id = 30dc6a2e-d22e-48e5-8fa3-34a7d501d673
# Whether or not quantum is expected to be available
quantum_available = true
quantum_available = false
[volume]
# This section contains the configuration options used when executing tests