Bug #461
oneauth missing require 'yaml'
Status: | Closed | Start date: | 01/06/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | CLI | |||
Target version: | Release 2.2 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
On a debian lenny system, when running a quota set command, for instance oneauth quota set 1 10 3072
, I get an error:
Error starting server: uninitialized constant YAML
/srv/cloud/one/bin/oneauth:77:in `get_database'
/srv/cloud/one/bin/oneauth:84:in `add_quota'
/srv/cloud/one/bin/oneauth:104
Adding require 'yaml'
fixes the problem.
Attached is a patch (against git branch one-2.0)
Associated revisions
Bug #461: Add yaml dependency to oneauth
Bug #461: Add yaml dependency to oneauth(cherry picked from commit c22ec002b7bc621fb30d8daea4d14853c6d2f4c8)
History
#1 Updated by Ruben S. Montero over 10 years ago
- Target version set to Release 2.2
#2 Updated by Ruben S. Montero over 10 years ago
- Status changed from New to Closed
- Resolution set to fixed
changes in master and one-2.0. Thanks for the patch ;)