Fix glance network policy to allow cinder
cinder volume can be created with glance image. but network policy of glance didn't allow for cinder. so it should be added cinder podSelector on glance network policy. ex. openstack volume create --image XXX --size 1 valume-name Change-Id: Ia41961e16e2583ab571ed8a851a2ee2d14aa71c5 Signed-off-by: Hyunkook Cho <hk0713.cho@samsung.com>
This commit is contained in:
parent
ed0c92eca0
commit
57eb81e3c4
@ -105,6 +105,9 @@ network_policy:
|
||||
- podSelector:
|
||||
matchLabels:
|
||||
application: ironic
|
||||
- podSelector:
|
||||
matchLabels:
|
||||
application: cinder
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
|
Loading…
x
Reference in New Issue
Block a user