puppet-cinder/types/cephconf.pp
Takashi Kajinami dbc6ec9ed6 rbd: More strictly validate rbd_ceph_conf
The rbd_ceph_conf parameter accepts a valid path for *.conf file,
because of the internal logic to detect the cluster name.

Change-Id: Ia42f5db1ff701b5ba90dbdb7e80c7b906b406222
2024-03-29 09:03:47 +09:00

2 lines
72 B
ObjectPascal

type Cinder::CephConf = Pattern[/^\/([^\n\/\0]+\/*)*[^\n\/\0]+\.conf$/]