0a8fc376cd
https://review.opendev.org/#/c/664568/ adds mistral actions for generating overcloud clouds.yaml file. This patch enables the same to call the above mistral action and reuse The clouds_yaml.py script is also moved from tht to here in order to reuse the script. Added proper constants and method for creating clouds yaml directory. Added a mock_clouds_yaml.py function to mock the tripleo-common.utils.clouds_yaml script in order to integrate with Tripleo. Depends-On: https://review.opendev.org/#/c/664568/ Change-Id: I243ec370f9de0f2a0e34163962f1a1f228c3a9a1 Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
4 lines
118 B
Python
4 lines
118 B
Python
def create_clouds_yaml(cloud=None, cloud_yaml_dir=None,
|
|
user_id=None, group_id=None):
|
|
pass
|