← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1600070] Re: 'tox -e docs' fails due to wrong JSON format

 

Reviewed:  https://review.openstack.org/339295
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=31ad01f0f17af9b5e24d40785b83ff20ed61691a
Submitter: Jenkins
Branch:    master

commit 31ad01f0f17af9b5e24d40785b83ff20ed61691a
Author: Takashi NATSUME <natsume.takashi@xxxxxxxxxxxxx>
Date:   Fri Jul 8 10:09:36 2016 +0900

    Fix wrong JSON format in API samples
    
    Fix wrong JSON format in snapshot-create-assisted-req.json.
    
    Change-Id: I0817171bd7bc67384d4c40854ce5dc2952b38cfa
    Closes-Bug: #1600070


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1600070

Title:
  'tox -e docs' fails due to wrong JSON format

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  The JSON format check fails when executing 'tox -e docs'.

  stack@devstack-master:/tmp/nova$ tox -e docs
  (snipped...)
  docs runtests: commands[2] | bash -c ! find doc/ -type f -name *.json | xargs -t -n1 python -m json.tool 2>&1 > /dev/null | grep -B1 -v ^python
  python -m json.tool doc/api_samples/os-assisted-volume-snapshots/snapshot-create-assisted-req.json 
  Expecting property name: line 9 column 9 (char 309)
  ERROR: InvocationError: '/bin/bash -c ! find doc/ -type f -name *.json | xargs -t -n1 python -m json.tool 2>&1 > /dev/null | grep -B1 -v ^python'
  _________________________________________________________________________________________________ summary _________________________________________________________________________________________________
  ERROR:   docs: commands failed

  [Environmant]
  OS: Ubuntu 14.04.4 LTS (64bit)
  nova: master(commit: 8f5c2c0447886c6a2877ea9ca6484045d5597dd9)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1600070/+subscriptions


References