Skip to content

Commit

Permalink
dev: remove containerImage from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudguruab authored and fao89 committed Oct 4, 2023
1 parent 0972a73 commit f1787e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/openstack/glance_adoption.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ spec:
enabled: true
template:
databaseInstance: openstack
containerImage: {{ container_registry|default("quay.io") }}/{{ container_namespace|default("podified-antelope-centos9") }}/openstack-glance-api:{{ container_tag | default("current-podified") }}
customServiceConfig: |
[DEFAULT]
enabled_backends=default_backend:rbd
Expand Down
3 changes: 0 additions & 3 deletions docs/openstack/ovn_adoption.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,10 @@ spec:
template:
ovnDBCluster:
ovndbcluster-nb:
containerImage: {{ container_registry }}/{{ container_namespace|default("podified-antelope-centos9") }}/openstack-ovn-nb-db-server:{{ container_tag | default("current-podified") }}
dbType: NB
storageRequest: 10G
networkAttachment: internalapi
ovndbcluster-sb:
containerImage: {{ container_registry }}/{{ container_namespace|default("podified-antelope-centos9") }}/openstack-ovn-sb-db-server:{{ container_tag | default("current-podified") }}
dbType: SB
storageRequest: 10G
networkAttachment: internalapi
Expand Down Expand Up @@ -147,7 +145,6 @@ spec:
    enabled: true
template:
ovnNorthd:
containerImage: {{ container_registry|default("quay.io") }}/{{ container_namespace|default("podified-antelope-centos9") }}/ openstack-ovn-northd:{{ container_tag | default("current-podified") }}
networkAttachment: internalapi
'
```

0 comments on commit f1787e9

Please sign in to comment.