Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2019
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. [root@deployhost openstack-ansible]# git pull
  2. You are not currently on a branch. Please specify which
  3. branch you want to merge with. See git-pull(1) for details.
  4.  
  5. git pull <remote> <branch>
  6.  
  7. [root@deployhost openstack-ansible]# git checkout 18.1.8
  8. HEAD is now at c8d05df... Dropping support of 42.3
  9. [root@deployhost openstack-ansible]# git status
  10. # Not currently on any branch.
  11. nothing to commit, working directory clean
  12. [root@deployhost openstack-ansible]# inventory/dynamic_inventory.py
  13. Traceback (most recent call last):
  14. File "inventory/dynamic_inventory.py", line 80, in <module>
  15. output = generate.main(**all_args)
  16. File "/opt/openstack-ansible/osa_toolkit/generate.py", line 1101, in main
  17. inventory, inv_path = filesys.load_inventory(config, INVENTORY_SKEL)
  18. File "/opt/openstack-ansible/osa_toolkit/filesystem.py", line 240, in load_inventory
  19. raise_if_missing=False)
  20. File "/opt/openstack-ansible/osa_toolkit/filesystem.py", line 216, in _load_from_json
  21. dictionary = json.loads(f_handle.read().decode('ascii'))
  22. File "/usr/lib64/python2.7/json/__init__.py", line 338, in loads
  23. return _default_decoder.decode(s)
  24. File "/usr/lib64/python2.7/json/decoder.py", line 366, in decode
  25. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  26. File "/usr/lib64/python2.7/json/decoder.py", line 384, in raw_decode
  27. raise ValueError("No JSON object could be decoded")
  28. ValueError: No JSON object could be decoded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement