Glance API Deprecation Warning
The below continuously comes up in the glance-api.log so enable_v1_api=False and enable_v2_api=True in the glance-api.conf
2018-03-20 12:23:19.198 26404 WARNING glance.api.versions [-] The Images (Glance) v1 API is deprecated and will be removed on or after the Pike release, following the standard OpenStack deprecation policy. Currently, the solution is to set enable_v1_api=False and enable_v2_api=True in your glance-api.conf file. Once those options are removed from the code, Images (Glance) v2 API will be switched on by default and will be the only option to deploy and use.
2018-03-20 12:23:19.200 26404 INFO eventlet.wsgi.server [-] 10.10.5.200 - - [20/Mar/2018 12:23:19] "OPTIONS / HTTP/1.0" 200 94 0.002719
2018-03-20 12:23:21.204 22756 WARNING glance.api.versions [-] The Images (Glance) v1 API is deprecated and will be removed on or after the Pike release, following the standard OpenStack deprecation policy. Currently, the solution is to set enable_v1_api=False and enable_v2_api=True in your glance-api.conf file. Once those options are removed from the code, Images (Glance) v2 API will be switched on by default and will be the only option to deploy and use.
2018-03-20 12:23:21.206 22756 INFO eventlet.wsgi.server [-] 10.10.5.200 - - [20/Mar/2018 12:23:21] "OPTIONS / HTTP/1.0" 200 94 0.003002
2018-03-20 12:23:23.209 26404 WARNING glance.api.versions [-] The Images (Glance) v1 API is deprecated and will be removed on or after the Pike release, following the standard OpenStack deprecation policy. Currently, the solution is to set enable_v1_api=False and enable_v2_api=True in your glance-api.conf file. Once those options are removed from the code, Images (Glance) v2 API will be switched on by default and will be the only option to deploy and use.
2018-03-20 12:23:23.212 26404 INFO eventlet.wsgi.server [-] 10.10.5.200 - - [20/Mar/2018 12:23:23] "OPTIONS / HTTP/1.0" 200 94 0.003243
2018-03-20 12:23:25.215 22757 WARNING glance.api.versions [-] The Images (Glance) v1 API is deprecated and will be removed on or after the Pike release, following the standard OpenStack deprecation policy. Currently, the solution is to set enable_v1_api=False and enable_v2_api=True in your glance-api.conf file. Once those options are removed from the code, Images (Glance) v2 API will be switched on by default and will be the only option to deploy and use.