diff options
author | Bin Yang <bin.yang@windriver.com> | 2020-02-04 21:25:21 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2020-02-04 21:25:21 +0800 |
commit | 2c84ff5d8932ddb2783fcdd2ea55536a2804f1b1 (patch) | |
tree | 9739987ff39e30ef8ae6eda58e88eeb9ae73c008 /starlingx | |
parent | 6d8aa821b9d11a466c65098849d6d518439fcdb0 (diff) |
Fix openstack plugins https endpoint issue
Add cert files into assembly
Change-Id: I36dad8186a7d191e53b8e69ac56765c187b02caa
Issue-ID: MULTICLOUD-978
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'starlingx')
-rw-r--r-- | starlingx/assembly.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starlingx/assembly.xml b/starlingx/assembly.xml index 150083df..be7fb4a0 100644 --- a/starlingx/assembly.xml +++ b/starlingx/assembly.xml @@ -32,6 +32,8 @@ <include>**/*.xsd</include> <include>**/*.bpel</include> <include>**/*.yml</include> + <include>**/*.crt</include> + <include>**/*.key</include> </includes> </fileSet> <fileSet> |