As discussed on IRC and mailing lists, we're going to give more time for
deprecation of the v1 API. Since we introduced the deprecation of the v1
API in Juno, we can remove it after EOL of Juno, which will be the
release of Liberty.
Change-Id: I2d6013717d84f98a20ed64b4ebf09bac6bb0843e
def root_app_factory(loader, global_conf, **local_conf):
if CONF.enable_v1_api:
- LOG.warn(_LW('The v1 api is deprecated and will be removed after the '
- 'Juno release. You should set enable_v1_api=false and '
+ LOG.warn(_LW('The v1 api is deprecated and will be removed in the '
+ 'Liberty release. You should set enable_v1_api=false and '
'enable_v2_api=true in your cinder.conf file.'))
else:
del local_conf['/v1']