feat: Add manila policy
1. add manila install into post_install.sh 2. add manila into SUPPORTED_SERVICE_EPS and PREFIX_MAPPINGS 3. add manila policy Change-Id: I731b6aae1bbfd9bb88dc33d61b1660b71bf60b3a
This commit is contained in:
parent
988185cbdf
commit
a20c42ae90
@ -22,6 +22,7 @@ SUPPORTED_SERVICE_EPS = {
|
||||
"ironic": ["ironic.api", "ironic_inspector.api"],
|
||||
"keystone": ["keystone"],
|
||||
"neutron": ["neutron", "neutron-vpnaas"],
|
||||
"manila": ["manila"],
|
||||
"nova": ["nova"],
|
||||
"octavia": ["octavia"],
|
||||
"panko": ["panko"],
|
||||
@ -29,4 +30,4 @@ SUPPORTED_SERVICE_EPS = {
|
||||
"trove": ["trove"],
|
||||
}
|
||||
|
||||
PREFIX_MAPPINGS = {"trove": "trove:"}
|
||||
PREFIX_MAPPINGS = {"trove": "trove:", "manila": "manila:"}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,8 @@ poetry run pip install --no-deps \
|
||||
openstack-heat \
|
||||
ironic-lib ironic ironic-inspector \
|
||||
octavia-lib octavia \
|
||||
panko
|
||||
panko \
|
||||
manila
|
||||
|
||||
# Patch cinder
|
||||
patch_path="$(poetry run python3 -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')/cinder/__init__.py"
|
||||
|
Loading…
Reference in New Issue
Block a user