Commit Graph

17 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 48a1671ae4 Updated from global requirements
Change-Id: Ie8dde1037e0e83309ba2d4d13691a5e3a3990105
2018-01-18 03:12:09 +00:00
OpenStack Proposal Bot 0e24d6b6cd Updated from global requirements
Change-Id: I337ff468e9d5546d781b041b1aa68a26fb525d31
2017-11-29 09:08:10 +00:00
OpenStack Proposal Bot dc83645894 Updated from global requirements
Change-Id: Id71fab970b0eb42c421dc40b339184657566b478
2017-11-16 11:16:28 +00:00
OpenStack Proposal Bot 121f34f9ce Updated from global requirements
Change-Id: I7773be565335e89f6ba15d94b48fccf0254eefb1
2017-09-16 23:18:40 +00:00
OpenStack Proposal Bot 8e0e94a95a Updated from global requirements
Change-Id: I4d4b348a977d5ab78e8ac2a5fcbff5f943507f24
2017-08-18 11:36:39 +00:00
OpenStack Proposal Bot 4af5c380ec Updated from global requirements
Change-Id: I076aa4eb844d8062473268304e6491e1d84ed014
2017-07-28 12:55:04 +00:00
Sreeram Vancheeswaran 1acca0b2a1 Remove openstackdocstheme
As per [1] removed the openstackdocstheme

[1] -http://lists.openstack.org/pipermail/openstack-dev/2017-July/119566.html

Change-Id: I4f643ff91f44b6b1f264318dbe52f6e5296df878
Signed-off-by: Sreeram Vancheeswaran <sreeram.vancheeswaran@in.ibm.com>
2017-07-27 11:17:13 +05:30
Prabhat Ranjan 4e94168fd3 "tox -e cover" command failing with error
ImportError: No module named wsgi_intercept

Closes-Bug: #1706522

Change-Id: Id4c00c537b02873c5431d5367a1094e445d27433
Signed-off-by: Prabhat Ranjan <pranjank@in.ibm.com>
2017-07-26 13:51:22 +05:30
OpenStack Proposal Bot e92e284fa3 Updated from global requirements
Change-Id: I1acfb289c9b2b6d0ae6ffa691d81a984c1e16d1b
2017-06-27 12:16:53 +00:00
OpenStack Proposal Bot 51a2ee97f5 Updated from global requirements
Change-Id: Ief6e2f2b57bf4394c13aca66cc44d4be34ae4152
2017-05-17 03:53:56 +00:00
OpenStack Proposal Bot ba6acd30aa Updated from global requirements
Change-Id: I64dada38d2db6aeb04f2590a476a1ba6604d5a68
2017-03-13 19:37:46 +00:00
OpenStack Proposal Bot 9e63f65e08 Updated from global requirements
Change-Id: I7a5a6e35277bd4ccc0bd580998377822ed5ad548
2017-02-13 09:39:18 +00:00
Andreas Scheuring 3746cf3f1e Use os-dpm
Os-dpm [1] is a shared library between nova-dpm and networking-dpm.
For now it contains the common config options between those 2
projects.

This patch switches over to use os-dpm. Config options that where
duplicates between nova-dpm and os-dpm, are now removed from
nova-dpm. This affects

* hmc
* hmc_password
* hmc_username
* cpc_object_id

Change-Id: If0b877101a9603ce04a5e0aaba3d4b9359b8d0fd
Closes-Bug: #1661315
2017-02-03 08:34:12 +01:00
Markus Zoeller 5080805b72 Docs: Fix RTD docs build process
Since commit 8f82f0a4 ReadTheDocs (RTD) wasn't able to build the docs.
The stacktrace from the RTD build show this error:

  ExtensionError: Could not import extension oslo_config.sphinxconfiggen
  (exception: No module named oslo_config.sphinxconfiggen)

The reason is, that RTD *doesn't* use tox targets to create the docs.
It also cannot be configured to use tox. It uses it's own chain of
commands to build, like these (simplified) commands:

  $ python -mvirtualenv  nova-dpm/envs/latest
  $ python nova-dpm/envs/latest/bin/pip install -r test-requirements.txt
  $ python nova-dpm/envs/latest/bin/sphinx-build -T -E \
  -b readthedocs . _build/html

This means RTD is not able to pull in the dependencies we specified in
the "tox.ini" base target:

    [testenv]
    deps = -r{toxinidir}/test-requirements.txt
           -r{toxinidir}/requirements.txt
           -egit+https://github.com/openstack/nova#egg=nova

The needed python package is "oslo.config", which gets pulled into our
tox targets via the specified dependency to nova, that's why the initial
commit didn't fail the docs testing job.

This change adds "oslo.config" to "test-requirements.txt".

An alternative approach would have been to introduces a dedicated
"docs-requirements.txt" file, which will only be used by building docs.
On the other hand, this wouldn't work in upstream testing jobs,
because they don't call `tox -e docs` but the command
`tox -evenv -- python setup.py build_sphinx` and having the docs
deps in the "venv" tox target doesn't help.

Closes bug: 1660572
Change-Id: I0ee08daacb21a4b1e82c035be49b3a84b4f3c7fb
2017-01-31 12:59:57 +01:00
Andreas Scheuring 13c1caf890 Adding specs infrastructure + ocata specs
In addition sphinx.seqdiag is enabled to allow sphinx generating
sequence diagrams in specs.

Change-Id: Idbe1f95f988914a1480458dc839acdb0d779a458
2016-12-21 09:00:01 +01:00
OpenStack Proposal Bot c3caf8f4cf Updated from global requirements
Change-Id: Iae7e59038605635dcdffcdd560bad3bde9a1c421
2016-12-19 09:04:15 +00:00
preethipy 83c2926d1c Initial Cookiecutter Commit
* It's the initial commit based on coockiecutter template
* Upstream nova is installed using tox_install.sh as install_command
* zhmcclient is installed via tox dependencies as zhmcclient is not
listed in global openstack requirements and therefore cannot be
listed in requirements.txt

Partial-Bug: #1644216

Change-Id: Ic53e59ebdcb574f4e9fb9d09471c9ddff9bb1759
2016-12-01 12:48:30 +05:30