From 021013fae95f85d2156522553d683f64cd8f5280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Albert?= Date: Tue, 22 Sep 2015 16:05:18 +0200 Subject: [PATCH] Moving to Liberty cycle (0.5) Change-Id: I9b8bcca42d794e5b61d5c3c063f058e1e1d089d6 --- cloudkittydashboard/static/cloudkitty/js/pricing.js | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudkittydashboard/static/cloudkitty/js/pricing.js b/cloudkittydashboard/static/cloudkitty/js/pricing.js index 493b643..4ee731e 100644 --- a/cloudkittydashboard/static/cloudkitty/js/pricing.js +++ b/cloudkittydashboard/static/cloudkitty/js/pricing.js @@ -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 = { diff --git a/setup.cfg b/setup.cfg index bfe0a18..e1d7044 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cloudkitty-dashboard -version = 0.4.1 +version = 0.5 summary = CloudKitty Horizon dashboard description-file = README.rst