Merge "Update README.rst"

This commit is contained in:
Zuul
2025-02-24 14:25:30 +00:00
committed by Gerrit Code Review
3 changed files with 13 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ OpenStack Freezer
.. image:: freezer_logo.jpg
Freezer is a Backup Restore DR as a Service platform that helps you to automate
Freezer is a Backup and Restore Service platform that helps you to automate
the data backup and restore process.
The following features are available:
@@ -41,13 +41,10 @@ To learn how to use Freezer's API, consult the documentation available online
at:
- `Backup API Reference <https://docs.openstack.org/api-ref/backup/>`__
- `Freezer API <https://github.com/openstack/freezer-api>`__
Freezer Disaster Recovery:
- `Freezer DR <https://github.com/openstack/freezer-dr>`__
- `Freezer API <https://opendev.org/openstack/freezer-api>`__
Freezer Horizon plugin:
- `Freezer Web UI <https://github.com/openstack/freezer-web-ui>`__
- `Freezer Web UI <https://opendev.org/openstack/freezer-web-ui>`__
For more information on OpenStack APIs, SDKs and CLIs in general, refer to:
@@ -69,7 +66,7 @@ operating system vendor, it is often wise to use their own bug tracker for
reporting problems. In all other cases use the master OpenStack bug tracker,
available at:
- `Bug Tracker <https://storyboard.openstack.org/#!/project/openstack/freezer>`__
- `Bug Tracker <https://launchpad.net/freezer>`__
Troubleshooting
---------------
@@ -109,10 +106,7 @@ During each `Summit`_ and `Project Team Gathering`_, we agree on what the whole
community wants to focus on for the upcoming release. The plans for freezer can
be found at:
- `Freezer Old README <https://github.com/openstack/freezer/tree/master/doc/README.rst>`__
- `Freezer Specs <http://specs.openstack.org/openstack/freezer-specs/>`__
.. _Summit: https://www.openstack.org/summit/
.. _Project Team Gathering: https://www.openstack.org/ptg/
.. _Summit: https://openinfra.org/summit/
.. _Project Team Gathering: https://openinfra.org/ptg/

View File

@@ -2,8 +2,8 @@
Welcome to Freezer's documentation
==================================
Freezer is a distributed backup restore and disaster recovery as a service
platform. It is designed to be multi OS (Linux, Windows, OSX, BSD), focused
Freezer is a distributed backup and restore as a service platform.
It is designed to be multi OS (Linux, Windows, OSX, BSD), focused
on providing efficiency and flexibility for block based backups, file based
incremental backups, point-in-time actions, jobs synchronization (i.e. backup
synchronization over multiple nodes) and many other features. It is aimed at

View File

@@ -2,8 +2,9 @@
name = freezer
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
summary = The OpenStack Backup Restore and Disaster Recovery as a Service Platform
summary = The OpenStack Backup and Restore as a Service Platform
description_file = README.rst
description-content-type = text/x-rst
home_page = https://docs.openstack.org/freezer/latest/
license = Apache-2
python_requires = >=3.8
@@ -12,6 +13,9 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Development Status :: 5 - Production/Stable
Natural Language :: English
Environment :: OpenStack
@@ -34,7 +38,6 @@ keywords =
backup
openstack
restore
disaster recovery
lvm
snapshot
mongodb
@@ -57,5 +60,3 @@ oslo.config.opts =
console_scripts =
freezer-scheduler = freezer.scheduler.freezer_scheduler:main
freezer-agent = freezer.main:main