aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/ansible_modules
AgeCommit message (Collapse)AuthorFilesLines
2017-04-01Create endpoint in different regionliyuenan1-1/+2
JIRA: - Edit keystone_endpoint module to support different region. Before this patch, endpoint will be update when you use regiontwo or some other region. Change-Id: Ib37b87892cfa485b468f7500fdabe05ad3b6be4b Signed-off-by: liyuenan <liyuenan@huawei.com>
2017-01-25Ansible Module substitute for Shell Commandsliyuenan1-0/+227
JIRA: COMPASS-520 After update ansible version to v3, keystone_user module only support v2 API. So we use Shell Commands now, but it will failed with high probability. Those Shell Commands should be instead by ansible modules to manage Identity users, projects or some other work like crate networks. Change-Id: I63d38b4a811a9c063ac4404da72787f594411b53 Signed-off-by: liyuenan <liyuenan@huawei.com>