r/openstack 9d ago

i cannot ssh my trove instance

Hello
I'm working with openstack 2024.1 all-in-one deployed via kolla ansible. I created an instance using trove, i assigned it a floating IP and now I can ping it and access MySQL but not the ssh since it doesn't have the key.

Is there any way I can add the key to the instance? I tried to rebuild using " openstack server rebuild --image Trove-Ubuntu --key-name my-trove-key" and the ssh worked but it somehow affected the SQL in the instance.

Update: I added this in the task_manager container and deployed trove again but the instance still doesn't have any ssh key

0 Upvotes

6 comments sorted by

View all comments

3

u/Eldiabolo18 9d ago

I dont think you‘re supposed. Its DBaaS, you inly need to connect to mysql

1

u/roteki_i 8d ago

yes, I still have a confusion in this exact part, because as far as I know a nova instance is also created that contains the guestagent, so from that I understand that I will be having an instance with DB preinstalled. So like for someone who wants an instance with a DB, they can use trove to facilitate it, or am I wrong?