Comment 3 for bug 1619439

Revision history for this message
Turbo Fredriksson (turbo-bayour) wrote :

I'm pretty sure this worked a week or so ago. I DID upgrade my system last week, but I can't remember what upgraded :(. However, looking at my backup (which unfortunately is at least a month old), Heat was still at v1:6.0.0-2 and Designate was at v1:2.0.0-2.

Comparing the differences between the two Designate version, this is the only one:

----- s n i p -----
--- /tmp/designate/usr/lib/python2.7/dist-packages/designate/api/__init__.py 2016-05-20 15:44:00.000000000 +0100
+++ /usr/lib/python2.7/dist-packages/designate/api/__init__.py 2016-07-26 16:27:25.000000000 +0100
@@ -38,7 +38,7 @@
                help='The strategy to use for auth. Supports noauth or '
                     'keystone'),
     cfg.BoolOpt('enable-api-v1', default=True),
- cfg.BoolOpt('enable-api-v2', default=False),
+ cfg.BoolOpt('enable-api-v2', default=True),
     cfg.BoolOpt('enable-api-admin', default=False),
     cfg.IntOpt('max_header_line', default=16384,
                help="Maximum line size of message headers to be accepted. "
----- s n i p -----