Bug 1420464

Summary: Unable to import json file to create nodes in openstack
Product: Red Hat OpenStack Reporter: Vijay Murugesan <vijay.murugesan>
Component: openstack-utilsAssignee: Lon Hohberger <lhh>
Status: CLOSED DUPLICATE QA Contact: Shai Revivo <srevivo>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 9.0 (Mitaka)CC: mburns, srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-09 12:32:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vijay Murugesan 2017-02-08 18:01:12 UTC
Description of problem:
While trying the import the json file using openstack import command it fails with the following error message:
publicURL endpoint for workflowv2 service not found

Version-Release number of selected component (if applicable):
Platform 10

How reproducible:


Steps to Reproduce:
1. Install undercloud using openstack undercloud install
2. Add DNS nameserver to the subnet using the following:neutron subnet-update b39a68fd-c24b-426b-923f-d9b7c0aa0d2d --dns-nameservers list=true 172.20.0.235
3. Create a new instackenv.json with the following contents
{
    "nodes":[
        {
            "cpu":"4",
            "memory":"6144",
            "disk":"40",
            "arch":"x86_64",
            "pm_type":"pxe_ipmitool",
            "pm_user":"admin",
            "pm_password":"p@55w0rd!",
            "pm_addr":"192.0.2.205"
        }
    ]
}
4. Run the following command to import the json to create the node
openstack baremetal import --json ~/instackenv.json

Actual results:
publicURL endpoint for workflowv2 service not found

Expected results:
Node shoud be created.

Additional info:

Comment 1 Mike Burns 2017-02-09 12:32:49 UTC

*** This bug has been marked as a duplicate of bug 1420463 ***