fuel-octane/octane/handlers/backup_restore/fuel_uuid.py
Sergey Abramov 91a37d57e6 Add fuel admin node backup tool
Blueprint: create-standalone-script-to-backup-masternode
Change-Id: I8a4e60c5cc3c212b7e0b145b109bc4c498ea6641
2016-01-22 17:06:12 +03:00

19 lines
709 B
Python

# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from octane.handlers.backup_restore import base
class FuelUUIDArchivator(base.PathArchivator):
path = "/etc/fuel/fuel-uuid"
name = "fuel_uuid/fuel-uuid"