<div dir="ltr">Hi,<div><br></div><div>I have deployed trove and database instance deployment is successful. But the problem is all the database servers are being created in service account i.e openstack instance list shows the database instances in admin user but when I check openstack server list the database instance won't show up here, its visible in trove service account. </div><div><br></div><div>Can you please advise how the servers will be visible in admin account ? I want to enable multi-tenancy.<div><br></div><div>Below is the configuration</div><div><br></div><div>[DEFAULT]<br>log_dir = /var/log/trove<br># RabbitMQ connection info<br>transport_url = rabbit://openstack:password@controller<br>control_exchange = trove<br>trove_api_workers = 5<br>network_driver = trove.network.neutron.NeutronDriver<br>taskmanager_manager = trove.taskmanager.manager.Manager<br>default_datastore = mysql<br>cinder_volume_type = database_storage<br>reboot_time_out = 300<br>usage_timeout = 900<br>agent_call_high_timeout = 1200<br><br>nova_keypair = trove-key<br><br>debug = true<br>trace = true<br><br># MariaDB connection info<br>[database]<br>connection = mysql+pymysql://trove:password@mariadb01/trove<br><br>[mariadb]<br>tcp_ports = 3306,4444,4567,4568<br><br>[mysql]<br>tcp_ports = 3306<br><br>[postgresql]<br>tcp_ports = 5432<br><br>[redis]<br>tcp_ports = 6379,16379<br><br># Keystone auth info<br>[keystone_authtoken]<br>www_authenticate_uri = <a href="http://controller:5000">http://controller:5000</a><br>auth_url = <a href="http://controller:5000">http://controller:5000</a><br>memcached_servers = controller:11211<br>auth_type = password<br>project_domain_name = default<br>user_domain_name = default<br>project_name = service<br>username = trove<br>password = servicepassword<br><br>[service_credentials]<br>auth_url = <a href="http://controller:5000">http://controller:5000</a><br>region_name = RegionOne<br>project_domain_name = default<br>user_domain_name = default<br>project_name = service<br>username = trove<br>password = servicepassword<br></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Regards,<div><br></div><div><br></div><div>Syed Ammad Ali</div></div></div></div>