Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#261 from fmount/fix_glance…
Browse files Browse the repository at this point in the history
…_var

Fix how the TripleO variables are rendered for Glance
  • Loading branch information
jistr authored Jan 31, 2024
2 parents c61ea03 + c144a45 commit 260fcb3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs_user/modules/openstack-glance_adoption.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,14 @@ In the source cloud, verify the NFS parameters used by the overcloud to configur
the Glance backend.
In particular, find among the TripleO heat templates the following variables:


[,bash]
---
GlanceBackend : file
GlanceNfsEnabled: true
GlanceNfsShare: '192.168.24.1:/var/nfs
'

**GlanceBackend**: file

**GlanceNfsEnabled**: true

**GlanceNfsShare**: 192.168.24.1:/var/nfs

---

that are usually an override of the default content provided by
Expand Down

0 comments on commit 260fcb3

Please sign in to comment.