Horizon plugin for the Blazar Reservation Service for OpenStack
Go to file
Pierre Riteau 8066409cda Fix display of host details when cpu_info is empty
If a Blazar host was created with an empty cpu_info value, displaying
host details would fail with the error:

    SyntaxError: unexpected EOF while parsing (<string>, line 0)

This is because calling eval() on an empty string raises a SyntaxError.
This patch ensures that if cpu_info is empty, it is set to an empty
dictionary instead.

Change-Id: I38d9f92fd7937de4ec1492d06ddea834b6c423ef
2017-11-14 15:52:36 +00:00
blazar_dashboard Fix display of host details when cpu_info is empty 2017-11-14 15:52:36 +00:00
doc Add a Hosts panel to the admin dashboard 2017-10-02 19:16:08 +09:00
releasenotes Support lease creation 2017-08-08 18:00:03 +09:00
tools Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
.eslintrc Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
.gitignore Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
.gitreview Added .gitreview 2017-07-03 07:48:38 +00:00
CONTRIBUTING.rst Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
HACKING.rst Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
LICENSE Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
README.rst Improve README 2017-10-12 01:21:56 +00:00
babel-django.cfg Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
babel-djangojs.cfg Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
manage.py Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
requirements.txt Updated from global requirements 2017-09-28 13:57:12 +00:00
setup.cfg Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00
setup.py Updated from global requirements 2017-09-28 13:57:12 +00:00
test-requirements.txt Updated from global requirements 2017-09-28 13:57:12 +00:00
tox.ini Add Horizon plugin for Blazar 2017-08-03 10:23:54 +00:00

README.rst

Team and repository tags

image

Blazar dashboard

Horizon plugin for the Blazar Reservation Service for OpenStack

Features

See doc/source/index.rst

Enabling in DevStack

Not yet supported

Manual Installation

See doc/source/install.rst

Other Resources