Commit Graph

35 Commits

Author SHA1 Message Date
OpenDev Sysadmins 798a025d9f OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:42:09 +00:00
Andreas Jaeger 9b88ba7299 Retire astara repo
Retire repository, following
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

Change-Id: Ife1a293edd8889ebd36fbfe393978aec57b660fe
2018-10-14 12:54:04 +02:00
OpenStack Proposal Bot 9b1243fdc0 Updated from global requirements
Change-Id: Ib11f95f12bdb57a5d9c4949459f1f77265e7aa9b
2016-06-02 21:03:51 +00:00
OpenStack Proposal Bot 8506f7430b Updated from global requirements
Change-Id: If3e1b86684d85a233ff30c13dce5d08a592abb50
2016-05-26 16:56:11 +00:00
OpenStack Proposal Bot 7ae10c8d25 Updated from global requirements
Change-Id: I353839544af39e9a8485c09af7301496b00b059d
2016-04-30 18:02:00 +00:00
OpenStack Proposal Bot e5d888c6a5 Updated from global requirements
Change-Id: I6b177b3165732ec60710ea4f2cad720526967612
2016-04-08 00:25:17 +00:00
xiayu fe79b7b37b Delete dhcp agent table in admin network panel
there is no dhcp agent in neutron with astara, it will throw a dhcp agent
not found error in network detail page.

Change-Id: I36b7ac721de4af94920377244e23252a5db4baf3
2016-03-10 17:29:35 +08:00
OpenStack Proposal Bot 3ad2cfbc1c Updated from global requirements
Change-Id: Ie6bcbf587f1de28e0037444766ad30e7941e29b8
2016-02-19 18:49:31 +00:00
OpenStack Proposal Bot c0d0d7cb90 Updated from global requirements
Change-Id: Ia3e79c7f8a31c18d6f6ea3fc43cb462d0dcaaf46
2016-02-11 07:38:03 +00:00
OpenStack Proposal Bot 5f162ebc3e Updated from global requirements
Change-Id: I5f107c23440345ac1a7c8cdca31540a2874dcfa0
2016-02-10 21:51:41 +00:00
OpenStack Proposal Bot fa5da56e91 Updated from global requirements
Change-Id: I31cdb67eb1a986d5a5eb9e6bea125b6adb8cd889
2016-01-24 20:47:32 +00:00
Jenkins 2712c778f8 Merge "Resolve astara admin. API via keystone" 2016-01-22 20:03:04 +00:00
Jenkins f12ab8eb1b Merge "Remove E123 ignore for pep8 check" 2016-01-22 01:09:14 +00:00
Yang Li e433c351b0 Change old project name 'Akanda' to 'Astara'
Change-Id: I956b84f971ac8a2701fc47bbd2ac2ecdc3f620fa
2016-01-21 10:24:24 +08:00
Yang Li 38aaae89cf Remove E123 ignore for pep8 check
Change-Id: Ib5ef60311d91e22f9c339d72259731948cd7f387
2016-01-20 17:45:08 +08:00
OpenStack Proposal Bot c15639cfc8 Updated from global requirements
Change-Id: I5aefd1db8a9bf2135b82b02d7f6b96b8dae525ba
2016-01-19 12:01:41 +00:00
Adam Gandelman 8fc8d4e7ad Fix E501 pep8 violation
Not sure how this ended up landing but it needs fixing.

Change-Id: I2b44ed6c1eab52c8ac3520ae4775f51ce250dd7c
2016-01-18 12:04:51 -08:00
Jenkins a29ba95cde Merge "Remove version from setup.py" 2016-01-07 02:37:40 +00:00
sonu.kumar 27f915f1b7 Remove py26 support from astara-horizon
as of mitaka, the infra team won't have the resources available to
reasonably test py26, also the oslo team is dropping py26 support
from their libraries. sine we rely on oslo for a lot of our work,
and depend on infra for our CI, we should drop py26 support too.

Change-Id: I97cabff07d6f8c2a24d953a129c6a5dbae92406a
Related-Bug: #1519510
2015-12-15 14:47:25 +05:30
Adam Gandelman 0831f09ae0 Remove version from setup.py
To better integrate with new release management infra.

As per http://lists.openstack.org/pipermail/openstack-dev/2015-December/081431.html

Depends-On: I52cd0e7583d224cf99922845f947824179debe7b
Change-Id: I83846460503733d5c5372e3aa388eb5d8743ccd0
2015-12-08 17:54:33 -08:00
Adam Gandelman 3e83c1553c Resolve astara admin. API via keystone
This fetches the astara administrative API endpoint via keystone
instead of creating one from a pre-configured networking prefix.

Partial-bug: #1516787
Partially-implements: blueprint astara-horizon-mitaka
Depends-on: I2b96137c05b832a68ad01a11ec0cfb2371111c3c

Change-Id: I5879a2fb9e93c981196f55d1f298c137f315590d
2015-12-04 11:36:04 -08:00
Jenkins 5e03ad32ac Merge "Update for akanda->astara rename" 2015-12-04 19:26:14 +00:00
OpenStack Proposal Bot 6ed86f6c24 Updated from global requirements
Change-Id: I1fb166e44af0e83eb590e783d3aaa9a6d43c46d4
2015-12-02 20:25:51 +00:00
Adam Gandelman c3234f70fb Update for akanda->astara rename
This updates astara-horizon code for the project rename:

* References to Akanda/akanda changed to Astara/astara
* Refernces to RUG/Rug removed or replaced with astara
* RugClient -> AstaraClient
* Panel renamed RUG -> Astara

Also added copyright headers to all code files.

Change-Id: I78eeacda4f8ae16a61890d9cbfd41ddf037b9677
Partially-implements: blueprint astara-horizon-mitaka
2015-11-19 14:15:47 -08:00
Jeremy Stanley 3a3f2617d5 Update .gitreview for project rename
Change-Id: I0f06f89a82c710a7537383d64407dfdca92e1c73
2015-11-06 22:30:07 +00:00
Adam Gandelman e1dd399083 Revert 'open stable/liberty', correctly open mitaka development instead.
Change-Id: I0fbef0d320202907e02486a847f1723209403e01
2015-10-23 23:05:58 -07:00
Adam Gandelman 4bc371a946 open stable/liberty
Change-Id: I0427081cea5ce44e768d1d2b06f9711d1678f949
2015-10-21 17:37:48 -07:00
Adam Gandelman 7be5f4c759 Update setup.cfg: akanda->astara.
Change-Id: I73404dabaf808f1632f699baeda75f15533c7b35
2015-10-21 11:17:04 -07:00
Jeremy Stanley cd2fadf4f4 Update .gitreview for new namespace
Change-Id: I2bb383ee781e8fcdd8a90286d72a925d73eed38f
2015-10-17 21:48:43 +00:00
Adam Gandelman 9f0bd46221 Update from global requirements
Change-Id: Ia7bad85e9a78b4ed23de608dbaed4c90b9f606f3
2015-09-08 12:08:44 -07:00
Sean Roberts a9bc1cb9a2 follow semver release versioning servers change
packaging version will start with the accepted neutron version
Partial-Bug: #1470673

Change-Id: I2ef319966be59f6b2dd0365e0b3b6d531e996819
2015-08-21 21:28:49 -07:00
Adam Gandelman 4de0aba7c4 Bump setup.cfg version to 2015.2
Change-Id: Ie085d0837437c816ab3bc6e5daf16b94bc25cad4
2015-07-30 19:56:44 -07:00
Adam Gandelman 768494667a Rework akanda-horizon packaging
This is a rework of the repository packaging to:

    * Renames project to akanda-horizon
    * Moves all code to akanda_horizon module
    * Updates setup.cfg/setup.py for PBR
    * Moves openstack extensions to a subdir

This updates setup.cfg/.py for pbr, renames the project to akanda-horizon
and moves dashboard extensions into a subdirectory.

Change-Id: I5cb1dad2e7dd7f47d0bac2ac39bdf34348fa6240
2015-05-15 11:55:30 -07:00
Dmytro Vasylchenko 2874515c22 Initial to akanda-horizon repo
Change-Id: I3ee98229d2feea20abeb0fa996a9108bfba294a8
2015-05-14 20:38:27 +03:00
OpenStack Project Creator f6a61e8239 Added .gitreview 2015-05-06 12:58:05 +00:00