0

I have deployed Openstack in Ubuntu server using this link. (https://ubuntu.com/tutorials/microstack-get-started...)
The installation was successful.
Now, what I want is to communicate the openstack with my other existing server.
Can anybody help me in that.
Also, how can I change the openstack logo with my project.

enter image description here

John Conde
  • 217,595
  • 99
  • 455
  • 496
  • I think you want this: https://stackoverflow.com/questions/63140567/how-to-access-microstack-vm-instance-from-external-network. – berndbausch Feb 18 '21 at 14:59

1 Answers1

1

Do you use openstack horizon? When I looked at the code from Inspect, the logo on the login page used this code. login page code

The logo on the Home page uses this code. home page code

How about modifying the "logo.svg" and "logo-splash.svg" files in the "horizon/openstack_dashboard/static/dashboard/img/" location to fit your project?

kjharu
  • 31
  • 3
  • I am using Microstack service, link is mentioned above. I have tried to change the images but i think it's a permission issue. Can you tell me how to solve the restriction issue. Thanks in advance – Abdullah Joyia Feb 25 '21 at 10:58