Bug #768
Synthax error in sunstone-server.conf
Status: | Closed | Start date: | 08/10/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Daniel Molina | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 3.0 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
Hello,
Just synchronized my tree with master and found a synthax error in $ONE_LOCATION/etc/sunstone-server.conf
$ sunstone-server start
/srv/cloud/one30/etc/sunstone-server.conf: line 12: POOL_FILTER: command not found
sunstone-server listening on 127.0.0.1:9869
Workaround:
Replace
POOL_FILTER = "GROUP"
with
POOL_FILTER="GROUP"
Associated revisions
bug #768: POOL_FILTER is a constant instead of a configuration parameter
bug #768: Update retrieve_elements arguments
bug #768: POOL_FILTER is a constant instead of a configuration parameter(cherry picked from commit 7b255c5fb74b4047577e120d8e906521f5c656b2)
History
#1 Updated by Daniel Molina almost 10 years ago
- Assignee changed from Jaime Melis to Daniel Molina
- % Done changed from 0 to 100
- Resolution set to fixed
Hi,
Thanks for the feedback. We have decided to define this value as a constant inside the code, instead of a configuration variable.
#2 Updated by Ruben S. Montero almost 10 years ago
- Status changed from New to Closed