Merge "[RabbitMQ] Parametrized message queue hosts to enable client-side HA."
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 06bfeea..9af6e96 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,10 @@
glance formula
==============
+2016.4.1 (2016-04-15)
+
+- second release
+
0.0.1 (2015-08-03)
-- Initial formula setup
\ No newline at end of file
+- Initial formula setup
diff --git a/VERSION b/VERSION
index 3b04cfb..1bad316 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2
+2016.4.1
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index f4305e6..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,11 +0,0 @@
-salt-formula-glance (0.2) trusty; urgency=medium
-
- * First public release
-
- -- Filip Pytloun <filip.pytloun@tcpcloud.eu> Tue, 06 Oct 2015 16:38:41 +0200
-
-salt-formula-glance (0.1) trusty; urgency=medium
-
- * Initial release
-
- -- Jakub Pavlik <jakub.pavlik@tcpcloud.eu> Thu, 13 Aug 2015 23:23:41 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 8f5d45c..0000000
--- a/debian/control
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: salt-formula-glance
-Maintainer: Jakub Pavlik <jakub.pavlik@tcpcloud.eu>
-Section: admin
-Priority: optional
-Build-Depends: salt-master, python, python-yaml, debhelper (>= 9)
-Standards-Version: 3.9.6
-Homepage: https://wiki.openstack.org/wiki/OpenStackSalt
-Vcs-Browser: https://github.com/openstack/salt-formula-glance
-Vcs-Git: https://github.com/openstack/salt-formula-glance.git
-
-Package: salt-formula-glance
-Architecture: all
-Depends: ${misc:Depends}, salt-master, reclass
-Description: Glance Salt formula
- Install and configure Glance server and client.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 7234fca..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,15 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: salt-formula-glance
-Upstream-Contact: Jakub Pavlik <jakub.pavlik@tcpcloud.eu>
-Source: https://github.com/openstack/salt-formula-glance
-
-Files: *
-Copyright: 2014-2015 tcp cloud
-License: Apache-2.0
- Copyright (C) 2014-2016 tcp cloud
- .
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- .
- On a Debian system you can find a copy of this license in
- /usr/share/common-licenses/Apache-2.0.
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index d585829..0000000
--- a/debian/docs
+++ /dev/null
@@ -1,3 +0,0 @@
-README.rst
-CHANGELOG.rst
-VERSION
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index abde6ef..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/make -f
-
-%:
- dh $@
-
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 89ae9db..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (native)
diff --git a/metadata.yml b/metadata.yml
index ec62aaa..3f3d02b 100644
--- a/metadata.yml
+++ b/metadata.yml
@@ -1,3 +1,3 @@
name: "glance"
-version: "0.2"
+version: "2016.4.1"
source: "https://github.com/openstack/salt-formula-glance"