Merge "Change "Openstack" to "OpenStack""

This commit is contained in:
Jenkins 2016-12-22 12:25:45 +00:00 committed by Gerrit Code Review
commit 4716c6a28e
4 changed files with 7 additions and 7 deletions

View File

@ -738,7 +738,7 @@ related to the storage
Example: ssh-username, ssh-port
For swift storage you should provide additional parameter called 'osrc'
Osrc should be a path to file with Openstack Credentials like::
Osrc should be a path to file with OpenStack Credentials like::
unset OS_DOMAIN_NAME
export OS_AUTH_URL=http://url:5000/v3
@ -1097,7 +1097,7 @@ optional arguments:
--noverbose The inverse of --verbose
--nowatch-log-file The inverse of --watch-log-file
--os-identity-api-version OS_IDENTITY_API_VERSION, --os_auth_ver OS_IDENTITY_API_VERSION
Openstack identity api version, can be 1, 2, 2.0 or 3
OpenStack identity api version, can be 1, 2, 2.0 or 3
--overwrite With overwrite removes files from restore path before
restore.
--path-to-backup PATH_TO_BACKUP, -F PATH_TO_BACKUP

View File

@ -422,7 +422,7 @@ Example:
ssh-username, ssh-port
For swift storage you should provide additional parameter called 'osrc' Osrc
should be a path to file with Openstack Credentials like:
should be a path to file with OpenStack Credentials like:
.. code:: bash
@ -795,7 +795,7 @@ Optional Arguments
--noverbose The inverse of --verbose
--nowatch-log-file The inverse of --watch-log-file
--os-identity-api-version OS_IDENTITY_API_VERSION, --os_auth_ver OS_IDENTITY_API_VERSION
Openstack identity api version, can be 1, 2, 2.0 or 3
OpenStack identity api version, can be 1, 2, 2.0 or 3
--overwrite With overwrite removes files from restore path before
restore.
--path-to-backup PATH_TO_BACKUP, -F PATH_TO_BACKUP
@ -918,4 +918,4 @@ release does not support env markers which further complicated the installation.
Copyright
---------
The Freezer logo is released under the licence Attribution 3.0 Unported (CC BY3.0).
The Freezer logo is released under the licence Attribution 3.0 Unported (CC BY3.0).

View File

@ -13,7 +13,7 @@ Include the URL of your launchpad blueprint:
* https://blueprints.launchpad.net/freezer/+spec/freezerclient
Freezer needs to align to the other Openstack projects and have a dedicated
Freezer needs to align to the other OpenStack projects and have a dedicated
repo/client to communicate with the API and the storage media.
Problem description

View File

@ -128,7 +128,7 @@ Possible options:
- We can add an additional option called data_input_type, setting the default to fs (file system) or stream and use tenant as backup mode
- When restoring, would probably good to recreate the tenant resources with a tenant name provided by the user (i.e. provided by Openstack environment variable like the OS_TENANT_NAME var). This has the advantage to recreate the resources with a different tenant in case is needed.
- When restoring, would probably good to recreate the tenant resources with a tenant name provided by the user (i.e. provided by OpenStack environment variable like the OS_TENANT_NAME var). This has the advantage to recreate the resources with a different tenant in case is needed.
- Does the Cinder volumes needs to be attached to the VMs, in case they were when the backup was taken?