Update gitignore and test-requirements

After the last module sync, there were a few items that need to be
updated. The gitignore needs /openstack rather than openstack/ to ensure
that we're only ignoreing the base /openstack folder that gets created
when you run the tests. Additionall the test-requirements.txt was
updated with a newer list of requirements for the release notes.

Change-Id: Id057d8d947337e501f0dd41cf7694d56d26b1c25
This commit is contained in:
Alex Schultz 2017-05-19 11:01:34 -06:00
parent 0845ddcc7f
commit 03bbb4a459
2 changed files with 6 additions and 4 deletions

View File

@ -8,7 +8,8 @@ coverage/
.idea/
*.swp
*.iml
openstack/
/openstack
/log
# Files created by releasenotes build
releasenotes/build

View File

@ -1,6 +1,7 @@
# this is required for the docs build jobs
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
# This is required for the docs build jobs
sphinx>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
# This is required for the releasenotes build jobs
# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995
reno>=1.8.0,!=2.0.0 # Apache-2.0