Commit Graph

8 Commits

Author SHA1 Message Date
Alex Schultz 24f9ef2a32 Retire instack
instack is no longer in use by the TripleO project. Removing the code to
avoid confusion. Stable branches will continue to be maintained for
their life however no new features should be added.

Change-Id: I70a749490b74d2ebb8a318854490e0a355e55920
Blueprint: remove-instack-undercloud
2018-10-30 12:16:50 +00:00
Doug Hellmann 40f012aade fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I364586e2a0cf15bb24fa72f7b49c4701a581f4c4
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-08-26 08:43:08 +02:00
Vu Cong Tuan 03416a844c Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Ifa7bb85e6290898c073859cbaf38f566ece2dff9
2018-07-11 07:42:15 +07:00
lingyongxu ec102b19a0 Drop py34 target in tox.ini
We support py35 now,so it is no need to keep
the supoort for py34.

Change-Id: I856fb1d19bbc79436e637b2aff775339ddd9eecb
2017-06-09 17:28:53 +08:00
kavithahr 82711390e2 The python 3.5 added
The python 3.5 was missing so i have added

Change-Id: I38c36cf0dfb05d58bc50102187582650af38863c
2017-03-07 18:06:25 +05:30
Cady_Chen f1f75dd0e0 Don't include openstack/common in flake8 exclude list
The directory openstack/common was used to keep codes from
oslo-incubator, we have retired oslo-incubator in following patch
https://review.openstack.org/#/c/297487/
so don't use this directory any more.

Change-Id: I1bbdfdcc9c9b89ad65b91fd86a81148a3cf0d508
2016-11-16 17:17:27 +08:00
Ben Nemec cf8c0b53ec Fix up unit tests
Adds some dependencies, tweaks tox.ini to only include envs we care
about, and fixes an issue with the latest diskimage-builder where
it would fail if no operating-system element is included.

Change-Id: I6da9fb4f55978227b81c17a6d552b27ec2b90552
2015-09-02 18:12:15 +00:00
James Slagle 3a72756a64 Add cookiecutter code for OpenStack project 2014-02-18 07:37:53 -05:00