[release-announce] [blazar] blazar-dashboard 1.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 30 21:16:27 UTC 2018


We eagerly announce the release of:

blazar-dashboard 1.0.0: Horizon plugin for the Blazar Reservation
Service for OpenStack

This is the first release of blazar-dashboard. This release is part of
the queens release series.

Download the package from:

    https://tarballs.openstack.org/blazar-dashboard/

Please report issues through launchpad:

    https://launchpad.net/blazar

For more details, please see below.

1.0.0
^^^^^

New Features

* The following features are currently supported:

     * Show a list of leases

     * Show details of a lease

     * Create a lease

     * Update a lease

     * Delete lease(s)

Changes in blazar-dashboard 21436c65bfa63e70e61ebaa2f92ad4e8123a20ce..1.0.0
---------------------------------------------------------------------------

493d1c5 Update link to documentation
7bf6e72 Add titles to "Update Lease" and "Update Host" forms
2cdf658 Fix formatting of cancel button on update forms
8a7529b Remove setting of version/release from releasenotes
a9ca28b Updated from global requirements
69e2e45 Drop django_openstack_auth from requirements.txt
8066409 Fix display of host details when cpu_info is empty
56bf78d Describe new Hosts panel in documentation
b1481f8 Use correct terminology in README
eb4fd86 Support a host update operation
172f86a Add extra capabilities for create host
e4b9888 Support a host create operation
f34cf85 Support a host delete operation
ee000d7 Add a detailed view of a Host
c71a788 Improve README
6afd13a Add a Hosts panel to the admin dashboard
3086ea6 Updated from global requirements
c2936fc Add validation check for the start/end time of the update form
0d81e1b Support creation of instance reservation
55b4cf4 Show reservations in more detail
2604e54 Fix paths to blazar-dashboard configuration files
6ab330c Support lease creation
2c11840 Add validation checks for the update form
c4afe8b Add Horizon plugin for Blazar




Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..da147e5
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,16 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+# Order matters to the pip dependency resolver, so sorting this file
+# changes how packages are installed.  New dependencies should be
+# added in alphabetical order, however, some dependencies may need to
+# be installed in a specific order.
+#
+# PBR should always appear first
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+Babel!=2.4.0,>=2.3.4 # BSD
+Django<2.0,>=1.8 # BSD
+django-babel>=0.5.1 # BSD
+django-compressor>=2.0 # MIT
+django-pyscss>=2.0.2 # BSD License (2 clause)
+http://tarballs.openstack.org/python-blazarclient/python-blazarclient-master.tar.gz#egg=python-blazarclient
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..cda4958
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,24 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+# Order matters to the pip dependency resolver, so sorting this file
+# changes how packages are installed.  New dependencies should be
+# added in alphabetical order, however, some dependencies may need to
+# be installed in a specific order.
+#
+# Hacking should appear first in case something else depends on pep8
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+#
+coverage!=4.4,>=4.0 # Apache-2.0
+django-nose>=1.4.4 # BSD
+mock>=2.0.0 # BSD
+mox3>=0.20.0 # Apache-2.0
+nodeenv>=0.9.4 # BSD
+nose>=1.3.7 # LGPL
+nose-exclude>=0.3.0 # LGPL
+nosehtmloutput>=0.0.3 # Apache-2.0
+nosexcover>=1.0.10 # BSD
+openstack.nose-plugin>=0.7 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+testtools>=2.2.0 # MIT






More information about the Release-announce mailing list