For all openstack packages not getting upgraded, need to back port a fix(https://github.com/Juniper/contrail-packaging/blame/R1.05/openstack/centos_64/Makefile) from release 1.05 to 1.10 to set G_TAG as below,
G_TAG += --define "_buildTag $(CPLANE_SRC_VER).$(TAG)"
And for thirdparty packages, in release 1.05 we added epoch string, which is not allowing them to get ugraded to 1.10, as we dont have epoch string in 1.10.
For all openstack packages not getting upgraded, need to back port a fix(https:/ /github. com/Juniper/ contrail- packaging/ blame/R1. 05/openstack/ centos_ 64/Makefile) from release 1.05 to 1.10 to set G_TAG as below,
G_TAG += --define "_buildTag $(CPLANE_ SRC_VER) .$(TAG) "
And for thirdparty packages, in release 1.05 we added epoch string, which is not allowing them to get ugraded to 1.10, as we dont have epoch string in 1.10.