diff -Nru heat-12.0.0~b1~git2019031825.acce80a25/ChangeLog heat-12.0.0~rc1/ChangeLog --- heat-12.0.0~b1~git2019031825.acce80a25/ChangeLog 2019-03-18 16:38:23.000000000 +0000 +++ heat-12.0.0~rc1/ChangeLog 2019-03-20 13:56:21.000000000 +0000 @@ -1,6 +1,9 @@ CHANGES ======= +12.0.0.0rc1 +----------- + * Use keystone session with heatclient in integration tests * Migrate to bionic test image * Override ssl options for heatclient in RemoteStack diff -Nru heat-12.0.0~b1~git2019031825.acce80a25/debian/changelog heat-12.0.0~rc1/debian/changelog --- heat-12.0.0~b1~git2019031825.acce80a25/debian/changelog 2019-03-18 16:53:52.000000000 +0000 +++ heat-12.0.0~rc1/debian/changelog 2019-03-22 11:36:38.000000000 +0000 @@ -1,3 +1,10 @@ +heat (1:12.0.0~rc1-0ubuntu1) disco; urgency=medium + + * d/watch: Track 12.x series. + * New upstream release candidate for OpenStack Stein. + + -- James Page Fri, 22 Mar 2019 11:36:38 +0000 + heat (1:12.0.0~b1~git2019031825.acce80a25-0ubuntu1) disco; urgency=medium * New upstream snapshot for OpenStack Stein. diff -Nru heat-12.0.0~b1~git2019031825.acce80a25/debian/watch heat-12.0.0~rc1/debian/watch --- heat-12.0.0~b1~git2019031825.acce80a25/debian/watch 2019-03-18 16:53:52.000000000 +0000 +++ heat-12.0.0~rc1/debian/watch 2019-03-22 11:36:38.000000000 +0000 @@ -1,3 +1,3 @@ version=3 opts="uversionmangle=s/\.([a-zA-Z])/~$1/;s/%7E/~/;s/\.0b/~b/;s/\.0rc/~rc/" \ - https://tarballs.openstack.org/heat heat-(11\.\d.*)\.tar\.gz + https://tarballs.openstack.org/heat openstack-heat-(12\.\d.*)\.tar\.gz diff -Nru heat-12.0.0~b1~git2019031825.acce80a25/openstack_heat.egg-info/pbr.json heat-12.0.0~rc1/openstack_heat.egg-info/pbr.json --- heat-12.0.0~b1~git2019031825.acce80a25/openstack_heat.egg-info/pbr.json 2019-03-18 16:38:23.000000000 +0000 +++ heat-12.0.0~rc1/openstack_heat.egg-info/pbr.json 2019-03-20 13:56:22.000000000 +0000 @@ -1 +1 @@ -{"git_version": "acce80a25", "is_release": false} \ No newline at end of file +{"git_version": "acce80a25", "is_release": true} \ No newline at end of file diff -Nru heat-12.0.0~b1~git2019031825.acce80a25/openstack_heat.egg-info/PKG-INFO heat-12.0.0~rc1/openstack_heat.egg-info/PKG-INFO --- heat-12.0.0~b1~git2019031825.acce80a25/openstack_heat.egg-info/PKG-INFO 2019-03-18 16:38:23.000000000 +0000 +++ heat-12.0.0~rc1/openstack_heat.egg-info/PKG-INFO 2019-03-20 13:56:22.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: openstack-heat -Version: 11.1.0.dev195 +Version: 12.0.0.0rc1 Summary: OpenStack Orchestration Home-page: https://docs.openstack.org/heat/latest/ Author: OpenStack diff -Nru heat-12.0.0~b1~git2019031825.acce80a25/openstack_heat.egg-info/requires.txt heat-12.0.0~rc1/openstack_heat.egg-info/requires.txt --- heat-12.0.0~b1~git2019031825.acce80a25/openstack_heat.egg-info/requires.txt 2019-03-18 16:38:23.000000000 +0000 +++ heat-12.0.0~rc1/openstack_heat.egg-info/requires.txt 2019-03-20 13:56:22.000000000 +0000 @@ -1,10 +1,5 @@ +pbr!=2.1.0,>=2.0.0 Babel!=2.4.0,>=2.3.4 -PasteDeploy>=1.5.0 -PyYAML>=3.12 -Routes>=2.3.1 -SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 -WebOb>=1.7.1 -aodhclient>=0.9.0 croniter>=0.3.4 cryptography>=2.1 eventlet!=0.18.3,!=0.20.1,>=0.18.2 @@ -15,8 +10,8 @@ neutron-lib>=1.14.0 openstacksdk>=0.11.2 oslo.cache>=1.26.0 -oslo.concurrency>=3.26.0 oslo.config>=5.2.0 +oslo.concurrency>=3.26.0 oslo.context>=2.19.2 oslo.db>=4.27.0 oslo.i18n>=3.15.3 @@ -29,9 +24,10 @@ oslo.service!=1.28.1,>=1.24.0 oslo.upgradecheck>=0.1.0 oslo.utils>=3.37.0 -oslo.versionedobjects>=1.31.2 osprofiler>=1.4.0 -pbr!=2.1.0,>=2.0.0 +oslo.versionedobjects>=1.31.2 +PasteDeploy>=1.5.0 +aodhclient>=0.9.0 python-barbicanclient>=4.5.2 python-blazarclient>=1.0.0 python-cinderclient>=3.3.0 @@ -53,9 +49,13 @@ python-zaqarclient>=1.0.0 python-zunclient>=2.0.0 pytz>=2013.6 +PyYAML>=3.12 requests>=2.14.2 +tenacity>=4.4.0 +Routes>=2.3.1 six>=1.10.0 +SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 sqlalchemy-migrate>=0.11.0 stevedore>=1.20.0 -tenacity>=4.4.0 +WebOb>=1.7.1 yaql>=1.1.3 diff -Nru heat-12.0.0~b1~git2019031825.acce80a25/PKG-INFO heat-12.0.0~rc1/PKG-INFO --- heat-12.0.0~b1~git2019031825.acce80a25/PKG-INFO 2019-03-18 16:38:24.000000000 +0000 +++ heat-12.0.0~rc1/PKG-INFO 2019-03-20 13:56:23.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: openstack-heat -Version: 11.1.0.dev195 +Version: 12.0.0.0rc1 Summary: OpenStack Orchestration Home-page: https://docs.openstack.org/heat/latest/ Author: OpenStack