VMware Networking Community
AbhiShrivastava
Contributor
Contributor

Problem while integrating NSX-T with openstack (devstack).

Hi,

I am trying to deploy Devstack with NSX-T. While running the script using "./stack.sh", it is stopping after 15 mins and showing below error.

++ ./stack.sh:exit_trap:534                 :   jobs -p

+ ./stack.sh:exit_trap:534                 :   jobs=

+ ./stack.sh:exit_trap:537                 :   [[ -n '' ]]

+ ./stack.sh:exit_trap:543                 :   '[' -f '' ']'

+ ./stack.sh:exit_trap:548                 :   kill_spinner

+ ./stack.sh:kill_spinner:443              :   '[' '!' -z '' ']'

+ ./stack.sh:exit_trap:550                 :   [[ 1 -ne 0 ]]

+ ./stack.sh:exit_trap:551                 :   echo 'Error on exit'

Error on exit

+ ./stack.sh:exit_trap:553                 :   type -p generate-subunit

+ ./stack.sh:exit_trap:554                 :   generate-subunit 1574749628 190 fail

Error processing line 1 of /usr/lib/python3/dist-packages/PasteScript-2.0.2-nspkg.pth:

  Traceback (most recent call last):

    File "/usr/lib/python3.6/site.py", line 174, in addpackage

      exec(line)

    File "<string>", line 1, in <module>

    File "<frozen importlib._bootstrap>", line 568, in module_from_spec

  AttributeError: 'NoneType' object has no attribute 'loader'

Remainder of file ignored

+ ./stack.sh:exit_trap:556                 :   [[ -z /opt/stack/logs ]]

+ ./stack.sh:exit_trap:559                 :   /opt/stack/devstack/tools/worlddump.py -d /opt/stack/logs

+ ./stack.sh:exit_trap:568                 :   exit 1

I am unable to understand this. What could be the problem here. Please help me out.

Regards

0 Kudos
0 Replies