Comment 18 for bug 1441379

Revision history for this message
Alejandro Comisario (alejandro-f) wrote :

My deployment is created and checked using this json file.

{
    "type": "ExistingCloud",
    "auth_url": "http://192.168.90.200:5000/v3/",
    "region_name": "RegionOne",
    "endpoint_type": "public",
    "admin": {
        "username": "cloud_admin",
        "password": "XXXXXX",
        "user_domain_name": "admin_domain",
        "project_name": "admin",
        "project_domain_name": "admin_domain"
    },
    "https_insecure": false,
    "https_cacert": ""
}

bu i cant run the user /projects creation task, isnt there still a way to do this ?
best.