File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,18 @@ kolla/${DISTRO}-source-cinder-api
105
105
kolla/${DISTRO} -source-ovn-controller
106
106
kolla/${DISTRO} -source-ovn-northd
107
107
kolla/${DISTRO} -source-ovn-nb-db-server
108
- kolla/${DISTRO} -source-ovn-sb-db-server"
108
+ kolla/${DISTRO} -source-ovn-sb-db-server
109
+ kolla/${DISTRO} -source-dnsmasq
110
+ kolla/${DISTRO} -source-ironic-api
111
+ kolla/${DISTRO} -source-ironic-conductor
112
+ kolla/${DISTRO} -source-ironic-inspector
113
+ kolla/${DISTRO} -source-ironic-neutron-agent
114
+ kolla/${DISTRO} -source-ironic-pxe
115
+ kolla/${DISTRO} -source-nova-compute-ironic
116
+ kolla/${DISTRO} -source-manila-api
117
+ kolla/${DISTRO} -source-manila-share
118
+ kolla/${DISTRO} -source-manila-data
119
+ kolla/${DISTRO} -source-manila-scheduler"
109
120
110
121
for image in $images ; do
111
122
sudo docker pull $image :$tag
You can’t perform that action at this time.
0 commit comments