Add the ability to start the freezer-scheduler without any OS identity variable when used with the parameter --no-api In that case the scheduler loads the configuration files for the jobs from local files with the extension .conf located in the directory /etc/freezer/scheduler/conf.d The default path can be changed using the parameter --conf Change-Id: I7787fa1af24a71600b3f483a770053226fec2191
53 lines
1.4 KiB
INI
53 lines
1.4 KiB
INI
[metadata]
|
|
name = freezer_api
|
|
|
|
version = 2015.1
|
|
|
|
summary = OpenStack Backup and Restore Service
|
|
description-file =
|
|
README.rst
|
|
|
|
author = Fausto Marzi, Fabrizio Fresco, Fabrizio Vanni,
|
|
author_email = fausto.marzi@hp.com, fabrizio.vanni@hp.com, fabrizio.fresco@hp.com
|
|
|
|
home-page = https://github.com/stackforge/freezer
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Programming Language :: Python
|
|
Development Status :: 5 - Production/Stable
|
|
Natural Language :: English
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Financial and Insurance Industry
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Telecommunications Industry
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: MacOS
|
|
Operating System :: POSIX :: BSD :: FreeBSD
|
|
Operating System :: POSIX :: BSD :: NetBSD
|
|
Operating System :: POSIX :: BSD :: OpenBSD
|
|
Operating System :: POSIX :: Linux
|
|
Operating System :: Unix
|
|
Topic :: System :: Archiving :: Backup
|
|
Topic :: System :: Archiving :: Compression
|
|
Topic :: System :: Archiving
|
|
|
|
[files]
|
|
packages =
|
|
freezer_api
|
|
data_files =
|
|
/etc = etc/*
|
|
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
freezer-api = freezer_api.cmd.api:main
|
|
freezer-db-init = freezer_api.cmd.db_init:main
|
|
|
|
[pytests]
|
|
where=tests
|
|
verbosity=2
|
|
|
|
[pbr]
|
|
warnerrors = True
|