# Runbook 04 — Magnum Keystone Domain Setup

**STATUS: PLACEHOLDER** — drafted post-deploy.

## Purpose

Run the magnum charm's `domain-setup` action to create the Keystone domain,
trust role, and service user that Magnum requires for cluster operations.

## Prerequisites

- Magnum charm reached `active/idle` post Vault init
- Keystone reachable from jumphost via FQDN

## TODO

- [ ] `juju run magnum/leader domain-setup --wait=10m`
- [ ] Verify creation in Keystone:
      `openstack domain show magnum`
      `openstack user show magnum_domain_admin --domain magnum`
- [ ] Acceptance: domain present, trust role assigned, charm in active/idle
