First time here? Check out the FAQ!
2020-07-15 11:45:31 -0600 | received badge | ● Popular Question (source) |
2020-07-15 11:45:31 -0600 | received badge | ● Famous Question (source) |
2020-07-15 11:45:31 -0600 | received badge | ● Notable Question (source) |
2020-06-09 06:47:14 -0600 | received badge | ● Popular Question (source) |
2020-06-09 06:47:14 -0600 | received badge | ● Notable Question (source) |
2019-06-26 04:17:17 -0600 | received badge | ● Popular Question (source) |
2019-06-19 15:41:30 -0600 | asked a question | How do I change change default_panel in horizon? I just deployed OpenStack Rocky. When I open the horizon dashboard and navigate to any project, it defaults to "Workbooks" and then emits an error. I would like to set the default_panel to instances. I followed the https://docs.openstack.org/horizon/latest/configuration/customizing.html (customization instructions) and added the following to /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py I then navigated to the horizon GUI, logged in and it still defaults to "workbooks." Did I configure this correctly? Do I need to re-start the horizon service for the change to take effect? |
2019-06-06 09:15:00 -0600 | asked a question | Tripleo - Ironic Introspection assigns IP via DHCP but TFTP times out I have an Undercloud Director VM that serves DHCP and TFTP. During introspection, six Dell R640's successfully receive an IP address from DHCP but TFTP times out. I used the TFTP client to verify that the target image exists on the server. I did a TCP dump, and the Undercloud Director presents localhost.localdomain for Option 66 (TFTP)... could this be the problem? Here are the content's of the Undercloud director's ironic inspector's dnsmasq.conf Note: I am running the Rocky release of TripleO. |
2019-05-16 16:47:32 -0600 | asked a question | Can we set containerized_deployment per service? I notice that the "switch from non-containerized to containerize" ceph-ansible https://github.com/ceph/ceph-ansible/blob/master/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml (playbook) sets the containerized_deployment parameter per service. Does this mean that we could deploy, for example, osd, manager and admin as containers, and then RGW as a bare metal service? Would that work? |