Merge lp:~jaypipes/glance/bug766406 into lp:~hudson-openstack/glance/trunk

Proposed by Jay Pipes
Status: Merged
Approved by: Rick Harris
Approved revision: 119
Merged at revision: 119
Proposed branch: lp:~jaypipes/glance/bug766406
Merge into: lp:~hudson-openstack/glance/trunk
Diff against target: 31 lines (+9/-1)
1 file modified
etc/glance.conf.sample (+9/-1)
To merge this branch: bzr merge lp:~jaypipes/glance/bug766406
Reviewer Review Type Date Requested Status
Rick Harris (community) Approve
John Dewey (community) Approve
Kevin Bringard (community) Approve
Brian Waldon (community) Approve
Review via email: mp+58378@code.launchpad.net

Description of the change

Add log_file to example glance.conf

To post a comment you must log in.
Revision history for this message
Brian Waldon (bcwaldon) wrote :

Simple enough.

review: Approve
Revision history for this message
Kevin Bringard (kbringard) wrote :

lgtm.

thanks for adding this!

review: Approve
Revision history for this message
John Dewey (retr0h) wrote :

1gtm

Looks straight forward.

review: Approve
Revision history for this message
Rick Harris (rconradharris) wrote :

lgtm, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'etc/glance.conf.sample'
2--- etc/glance.conf.sample 2011-04-04 17:00:26 +0000
3+++ etc/glance.conf.sample 2011-04-19 19:20:51 +0000
4@@ -25,11 +25,15 @@
5 # Port the registry server is listening on
6 registry_port = 9191
7
8+# Log to this file. Make sure you do not set the same log
9+# file for both the API and registry servers!
10+log_file = /var/log/glance/api.log
11+
12 # ============ Filesystem Store Options ========================
13
14 # Directory that the Filesystem backend store
15 # writes image data to
16-filesystem_store_datadir=/var/lib/glance/images/
17+filesystem_store_datadir = /var/lib/glance/images/
18
19 # ============ Swift Store Options =============================
20
21@@ -59,6 +63,10 @@
22 # Port the bind the registry server to
23 bind_port = 9191
24
25+# Log to this file. Make sure you do not set the same log
26+# file for both the API and registry servers!
27+log_file = /var/log/glance/registry.log
28+
29 # SQLAlchemy connection string for the reference implementation
30 # registry server. Any valid SQLAlchemy connection string is fine.
31 # See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine

Subscribers

People subscribed via source and target branches