Moving to Liberty cycle (0.5)

Change-Id: I9b8bcca42d794e5b61d5c3c063f058e1e1d089d6
This commit is contained in:
Stéphane Albert
2015-09-22 16:05:18 +02:00
parent 996cd4bf7e
commit 021013fae9
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ pricing = {
var ram = horizon.Quota.selected_flavor.ram;
var source_type = $('#id_source_type option:selected').val();
var source_val = $('#id_' + source_type + ' option:selected').val();
var instance_count = parseInt($("#id_count").val());
var instance_count = parseInt($("#id_count").val());
// make the json data form
desc_form = {

View File

@ -1,6 +1,6 @@
[metadata]
name = cloudkitty-dashboard
version = 0.4.1
version = 0.5
summary = CloudKitty Horizon dashboard
description-file =
README.rst