[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#991063: unblock: nova/22.0.1-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package nova

The changelog is:

  * Add depend on python3-q-text-as-data (Closes: #990705).
  * Do not set [glance]/api_servers http://localhost:9292 as default: let
    Nova figure it out from the Keystone catalogue.

[ Reason ]
Adding python3-q-text-as-data makes it possible to upgrade from
Buster without problems (see #990705).

Removing the nova.conf [glance]/api_servers repairs most installation
that are relying on using what's configured in the Keystone catalogue.

[ Impact ]
No easy upgrade from buster if this isn't accepted.
Possibly broken glance URL in all compute and controller of the
deployment too.

[ Tests ]
We're using the proposed version in production, and these are only
packaging minor tweaks.

[ Risks ]
Very minimum risks, IMO. Just a quick packaging RC bugfix, thanks
to the report of Andreas.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

unblock nova/22.0.1-2
diff -Nru nova-22.0.1/debian/changelog nova-22.0.1/debian/changelog
--- nova-22.0.1/debian/changelog	2021-01-19 10:10:02.000000000 +0100
+++ nova-22.0.1/debian/changelog	2021-07-12 12:57:03.000000000 +0200
@@ -1,3 +1,11 @@
+nova (2:22.0.1-2) unstable; urgency=medium
+
+  * Add depend on python3-q-text-as-data (Closes: #990705).
+  * Do not set [glance]/api_servers http://localhost:9292 as default: let
+    Nova figure it out from the Keystone catalogue.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 12 Jul 2021 12:57:03 +0200
+
 nova (2:22.0.1-1) unstable; urgency=medium
 
   * New upstream point release.
diff -Nru nova-22.0.1/debian/control nova-22.0.1/debian/control
--- nova-22.0.1/debian/control	2021-01-19 10:10:02.000000000 +0100
+++ nova-22.0.1/debian/control	2021-07-12 12:57:03.000000000 +0200
@@ -165,6 +165,7 @@
  python3-iso8601,
  python3-nova (= ${binary:Version}),
  python3-openstackclient,
+ python3-q-text-as-data,
  q-text-as-data,
  sqlite3,
  ${misc:Depends},
diff -Nru nova-22.0.1/debian/rules nova-22.0.1/debian/rules
--- nova-22.0.1/debian/rules	2021-01-19 10:10:02.000000000 +0100
+++ nova-22.0.1/debian/rules	2021-07-12 12:57:03.000000000 +0200
@@ -138,9 +138,6 @@
 	pkgos-fix-config-default $(NOVA_CONF) spice server_proxyclient_address \$$my_ip
 	pkgos-fix-config-default $(NOVA_CONF) spice enabled true
 
-	# Set glance on localhost by default, to allow PoC to work
-	pkgos-fix-config-default $(NOVA_CONF) glance api_servers http://localhost:9292
-
 	# Works by default
 	pkgos-fix-config-default $(NOVA_CONF) keystone_authtoken auth_protocol http
 

Reply to: