Openstack Mysql to Nosql

Is it possible to replace with Nosql instead of the mysql back end support for the services components databases?

Unfortunately that’s not possible. OpenStack uses SQL Alchemy and currently only sqlite3 (test env), MySQL and PostgreSQL is supported.

it is not possible to replace with Nosql instead of the mysql back end support for the services components databases.