Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 828049 Details for
Bug 1018548
cinder backup fails with local tgt
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Add swift backup options to config file
0001-Add-swift-backup-options-to-config-file.patch (text/plain), 1.91 KB, created by
Ivan Chavero
on 2013-11-23 01:21:50 UTC
(
hide
)
Description:
Add swift backup options to config file
Filename:
MIME Type:
Creator:
Ivan Chavero
Created:
2013-11-23 01:21:50 UTC
Size:
1.91 KB
patch
obsolete
>From e925685c6a69571849ade6c4ed97e30ec6715f07 Mon Sep 17 00:00:00 2001 >From: Ivan Chavero <ichavero@redhat.com> >Date: Fri, 22 Nov 2013 18:16:12 -0700 >Subject: [PATCH] Add swift backup options to config file > >--- > manifests/init.pp | 18 ++++++++++++------ > 1 file changed, 12 insertions(+), 6 deletions(-) > >diff --git a/manifests/init.pp b/manifests/init.pp >index ad51711..0dec65d 100644 >--- a/manifests/init.pp >+++ b/manifests/init.pp >@@ -36,6 +36,9 @@ class cinder ( > $qpid_heartbeat = 60, > $qpid_protocol = 'tcp', > $qpid_tcp_nodelay = true, >+ $backup_swift_user = 'admin', >+ $backup_swift_password = false, >+ $backup_swift_url = 'http://localhost:8080/v1/AUTH_', > $package_ensure = 'present', > $api_paste_config = '/etc/cinder/api-paste.ini', > $use_syslog = false, >@@ -122,12 +125,15 @@ class cinder ( > } > > cinder_config { >- 'DEFAULT/sql_connection': value => $sql_connection, secret => true; >- 'DEFAULT/sql_idle_timeout': value => $sql_idle_timeout; >- 'DEFAULT/verbose': value => $verbose; >- 'DEFAULT/debug': value => $debug; >- 'DEFAULT/api_paste_config': value => $api_paste_config; >- 'DEFAULT/rpc_backend': value => $rpc_backend; >+ 'DEFAULT/sql_connection': value => $sql_connection, secret => true; >+ 'DEFAULT/sql_idle_timeout': value => $sql_idle_timeout; >+ 'DEFAULT/verbose': value => $verbose; >+ 'DEFAULT/debug': value => $debug; >+ 'DEFAULT/api_paste_config': value => $api_paste_config; >+ 'DEFAULT/rpc_backend': value => $rpc_backend; >+ 'DEFAULT/backup_swift_user': value => $backup_swift_user; >+ 'DEFAULT/backup_swift_password': value => $backup_swift_password; >+ 'DEFAULT/backup_swift_url': value => $backup_swift_url; > } > > if $use_syslog { >-- >1.8.4.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1018548
: 828049