Comment 2 for bug 1541573

Revision history for this message
Alexander Petrov (apetrov-n) wrote :

to Sergei Chipiga (schipiga)

Open Metadata Definition page in Horison and perform Import Namespaces.
The make direct input the next text:

{
    "namespace": "1A_TestNamespace",
    "display_name": "1A_TestNamespace",
    "description": "Description for TestNamespace",
    "resource_type_associations": [
        {
            "name": "OS::Nova::Flavor"
        },
        {
            "name": "OS::Glance::Image"
        }
    ],
    "properties": {
        "prop1": {
            "default": "20",
            "type": "integer",
            "description": "More info here",
            "title": "My property1"
        }
    }
}

after that follow Steps to reproduce.

By the way, I have tried on MOS9 #188 and it is not reproduced.
So I am setting the issue status for mos9 as INVALID.