Fix project name

Blueprint: master-on-centos7

Compatible with CentOS6 and CentOS7 master node

Related-Bug: #1516621

Closes-Bug: #1520634

Change-Id: Ifc378a70b8997330754f4faca4fa66808849fef3
This commit is contained in:
Dmitry Teselkin 2015-11-16 19:12:24 +03:00 committed by tatyana-leontovich
parent 3e8ba63735
commit fc6648be21
1 changed files with 1 additions and 1 deletions

View File

@ -98,4 +98,4 @@ def init_config(args=[]):
else:
config_files.append(path)
cfg.CONF(args, project='ostf', default_config_files=config_files)
cfg.CONF(args, project='fuel_ostf', default_config_files=config_files)