File: add-missing-cinder-store-settings-f7aef33ec122a39a.yaml

package info (click to toggle)
puppet-module-glance 25.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,916 kB
  • sloc: ruby: 5,895; python: 38; makefile: 11; sh: 10
file content (14 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - |
    Add new parameter 'cinder_store_project_name', for project
    name where the image volume is stored in cinder.

    Add new parameter 'cinder_store_user_name', for user name
    to authenticate against cinder.

    Add new parameter 'cinder_store_password', for valid password
    for the user specified by 'cinder_store_user_name'

    Add new parameter 'cinder_store_auth_address', for valid
    authentication service address.