Skip to content

Commit

Permalink
[horizon] permit ironic serial console to be embedded in iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
msherman64 committed Jul 31, 2024
1 parent b33b25a commit 89284b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kolla/node_custom_config/horizon/custom_local_settings
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,7 @@ OPENSTACK_MANILA_FEATURES = {
'enable_public_shares': True,
'enabled_share_protocols': ['NFS'],
}

# necessary to embed serial console in iframe
# Django3.0 changed the default from 'SAMEORIGIN' to 'DENY'
X_FRAME_OPTIONS = 'SAMEORIGIN'

0 comments on commit 89284b1

Please sign in to comment.