python-tripleoclient/tripleoclient/v1/mock_clouds_yaml.py
Chandan Kumar (raukadah) 0a8fc376cd Added for support for generating overcloud clouds.yaml
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>
2019-07-15 11:40:30 +05:30

4 lines
118 B
Python

def create_clouds_yaml(cloud=None, cloud_yaml_dir=None,
user_id=None, group_id=None):
pass