# Deployment & Configuration

Check the supported OpenStack distributions [here](/openstack/t4o-5.x/deployment/software-driven-migration-vmware-to-openstack/supported-environments.md) and follow their deployment guides to install or upgrade to the latest version of T4O.

## Enable Migration Tab on Horizon

Follow below steps to enable Migration Tab on Horizon.

1. Login to horizon container.
2. set `DISABLED = False` in following panel files.

```
_1806_migration_panel.py
_1807_migration_panel_group.py
```

These files can be found at `<openstack_dashboard_installed_package_path>/enabled/`

Example: `/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/` for RHOSP17.1

3. Restart horizon container.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trilio.io/openstack/t4o-5.x/deployment/software-driven-migration-vmware-to-openstack/deployment-and-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
