| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | OpenStack: Add to incomplete/misbehaving scripts | Amy Fong | 2014-03-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Horizon's init script doesn't kill all of the horizon processes, a forked process is left dangling. (And you can still login and interact with horizon) We replace: start-stop-daemon --stop ... --pidfile with: pkill -TERM -P `cat $PIDFILE` Signed-off-by: Amy Fong <Amy.Fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
| * | python-horizon: Fix bindir search path | Mihai Prica | 2013-08-28 | 1 | -0/+15 |
| | | | | | | | | | An error occurs because horizon searches for lessc in /usr/lib/python2.7/site-packages/bin while this is installed in /usr/share/bin. Signed-off-by: Mihai Prica <prica.mihai@gmail.com> | ||||
| * | python-horizon: Added 2013.1.2 | Mihai Prica | 2013-08-28 | 1 | -0/+73 |
| * Horizon is a web based user interface that provides an interface to the OpenStack services. * Added initscript that starts the service at boot time. Signed-off-by: Mihai Prica <prica.mihai@gmail.com> | |||||
