Commit Graph

21 Commits

Author SHA1 Message Date
Pierre Riteau f3ddfdfcfc Update git submodules
* Update blazar-specs from branch 'master'
  to 6d4fa8d6ddaa93f0f90e2312d5eac9ff39cd49f9
  - Create specs directory for Zed
    
    Change-Id: I613fa662c0368f16e3a526f348e593115a883441
2022-04-01 11:31:32 +00:00
Pierre Riteau 548a997c92 Update git submodules
* Update blazar-specs from branch 'master'
  to 9794657234f7d46c7d3d826b92bc37ee54a2af97
  - Create specs directory for Yoga
    
    Change-Id: I291e54c2f946fc6e59fe788d2e7fcca919fc34cf
2021-10-26 10:18:46 +00:00
Pierre Riteau ef45a1e92d Update git submodules
* Update blazar-specs from branch 'master'
  to fa3b2b53349f2c198c50cbfa6f783a119ca6dc49
  - Fix header markup
    
    Change-Id: I866dac17a1f7cd2d172b454a5b513d5143fa5ef8
2021-05-26 16:12:34 +00:00
Pierre Riteau 07d4304a9b Update git submodules
* Update blazar-specs from branch 'master'
  to 1b34a81d919d138ca24ee3664bfd5e84634e0c40
  - Fix PDF docs build
    
    Update tox config to include upper-constraints as dependencies. This
    resolves issues with building PDF docs.
    
    Change-Id: I7d6789cecfeb432e0a0c38f996f559c24c85ca03
2021-05-18 09:52:22 +00:00
Zuul db6a00c05e Update git submodules
* Update blazar-specs from branch 'master'
  to 57055233860a91175bf3c0e9afa3b2131374bc3e
  - Merge "Create specs directory for Xena"
  - Create specs directory for Xena
    
    Change-Id: I3d7720858d439a418f0c73bc4128bf0475e97dc3
2021-05-06 16:14:45 +00:00
Pierre Riteau 7e14f25cf2 Update git submodules
* Update blazar-specs from branch 'master'
  to c1b323eacea0dc2c0de8f7c415da9d89b4215085
  - Change dashes to underscore in setup.cfg
    
    Recent versions of setuptools are warning that usage of dash-separated
    keys will not be supported in future versions.
    
    Change-Id: Id19425239ae3ab8769c3d847a4e4bf886ee0493f
2021-03-11 13:43:59 +00:00
zhangtongjian 17000f9130 Update git submodules
* Update blazar-specs from branch 'master'
  to e8615903e8a5cd0fa7fb48d8cc04bd9888552b89
  - remove unicode from code
    
    Change-Id: I9ffdd1f00af22f0ce5de11371041aecf4737ade2
2021-01-05 15:46:37 +00:00
Tetsuro Nakamura efb7b4a6ee Update git submodules
* Update blazar-specs from branch 'master'
  - Add spec template for the Victoria release cycle
    
    Change-Id: I716d5459cc752fda07fa56bf7d19309eed83d0db
2020-06-12 07:35:09 +00:00
Andreas Jaeger 6c0ca9eae6 Update git submodules
* Update blazar-specs from branch 'master'
  - Switch to newer openstackdocstheme version
    
    Switch to openstackdocstheme 2.2.1 version. Using
    this version will allow especially:
    * Linking from HTML to PDF document
    * Allow parallel building of documents
    * Fix some rendering problems
    
    Update Sphinx version as well.
    
    Set openstackdocs_pdf_link to link to PDF file. Note that
    the link to the published document only works on docs.openstack.org
    where the PDF file is placed in the top-level html directory. The
    site-preview places the PDF in a pdf directory.
    
    Disable openstackdocs_auto_name to use 'project' variable as name.
    
    Change pygments_style to 'native' since old theme version always used
    'native' and the theme now respects the setting and using 'sphinx' can
    lead to some strange rendering.
    
    openstackdocstheme renames some variables, so follow the renames
    before the next release removes them. A couple of variables are also
    not needed anymore, remove them.
    
    See also
    http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
    
    Change-Id: Ic436b800e4474a0e45703231f8138ad97505335b
2020-06-09 09:26:37 +00:00
Andreas Jaeger 597518b433 Update git submodules
* Update blazar-specs from branch 'master'
  - Cleanup py27 support, fix docs
    
    This repo is now testing only with Python 3, so let's make
    a few cleanups:
    - Remove obsolete sections from setup.cfg
    - Update requirements, no need for python_version anymore
    - Cleanup doc/source/conf.py to remove now obsolete content.
    - Use newer openstackdocstheme version
    - Remove install_command from tox.ini, the default is fine
    - Enable sphinx warnings, fix all
    
    Change-Id: I921faba15db8657115f78b7f008145c177a6ec59
2020-05-02 00:48:12 +00:00
sonpn13 cf7aaa0672 Update git submodules
* Update blazar-specs from branch 'master'
  - Generate PDF documentation
    
    Change-Id: I2977d02141ad2a969de61b46d3ec6085221d763c
    Signed-off-by: sonpn13 <sonpn13@viettel.com.vn>
    Story: #2006073
    Task: #34798
2020-04-14 02:54:16 +00:00
Jason Anderson 464fb25927 Update git submodules
* Update blazar-specs from branch 'master'
  - Add spec for resource property discovery API
    
    This spec proposes a new REST API that allows users to query for the
    list of possible resource properties (and their possible values) in
    order to make it easier to craft reservation requests referencing
    resource_properties.
    
    Change-Id: I96f70210e4f2fbd49d4e8354133c797604b2568c
2020-04-08 01:13:24 +00:00
Zuul de82d97626 Update git submodules
* Update blazar-specs from branch 'master'
  - Merge "Add flexible reservation usage enforcement spec"
  - Add flexible reservation usage enforcement spec
    
    This spec proposes a new mechanism to allow operators to define custom
    policies that determine whether a given user request to create or update
    a lease is valid. A chain of enforcement filters will be called on every
    lease request. Two filters will initially be defined: one that checks
    that leases do not exceed a length threshold, and one that delegates to
    an external HTTP service. Future filter implementations may be included
    with Blazar, but there is also a mechanism for operators to provide
    their own filter implementations as Python modules.
    
    Change-Id: I376d348a334a09614545b1cadafb3cc76cfa1b1c
2020-03-30 21:07:19 +00:00
Andreas Jaeger 2502caadb7 Update git submodules
* Update blazar-specs from branch 'master'
  - Small Cleanups
    
    Remove install_command, the default is just fine.
    
    Update openstackdocstheme version, remove obsolete setting of
    html_last_updated_fmt.
    
    Update pbr version.
    
    Change-Id: I759fcb2d65b6cc7132486088e1e3f1388a9a2e6d
2020-03-20 11:25:45 +00:00
Zuul 0d3a3d03ab Update git submodules
* Update blazar-specs from branch 'master'
  - Merge "Add spec file for network segment reservation"
  - Add spec file for network segment reservation
    
    This proposed plugin supports reserving network segments.
    
    Change-Id: I79e0f650c0f3889933a5518c6729e2a85f7a115d
2020-02-18 09:40:57 +00:00
Zuul e4750c72a1 Update git submodules
* Update blazar-specs from branch 'master'
  - Merge "Support preemptible instances with Blazar"
  - Support preemptible instances with Blazar
    
    This spec proposes to add support for preemptible instances with Blazar.
    It would allow to increase utilization by filling gaps between
    reservations, as well as provide an implementation of preemptible
    instances that does not require modifications to the Nova compute
    service.
    
    Change-Id: Iba016a52666d44c82ea7c820814b18952dcaf9ed
2020-02-18 09:40:56 +00:00
Zuul 46c0d35b78 Update git submodules
* Update blazar-specs from branch 'master'
  - Merge "[ussuri][goal] Drop python 2.7 support"
  - [ussuri][goal] Drop python 2.7 support
    
    OpenStack is dropping the py2.7 support in ussuri cycle.
    
    specs repo has py2 specific requirement which is removed
    or tox optimization.
    
    Ussuri Communtiy-wide goal:
    https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
    
    Change-Id: I262c6035ce1307409d2fdea730d69c5e162bc668
2020-01-21 09:26:05 +00:00
Pierre Riteau b142c64292 Update git submodules
* Update blazar-specs from branch 'master'
  - Add spec template for the Ussuri release cycle
    
    Change-Id: I6683a9d992a572e393f2198ed7f911219366c03c
2020-01-09 08:03:50 +00:00
asmita singh 6abf8b89e6 Update git submodules
* Update blazar-specs from branch 'master'
  - Add spec of json Schema Validation for Blazar API
    
    Change-Id: I5b4b52211b6aa8d8388c4b9c4ff4b59830736187
    Implements: bp json-schema-validation
2019-06-05 19:27:48 +00:00
Pierre Riteau 733cef52d1 Update git submodules
* Update blazar-specs from branch 'master'
  - Migrate specs from blazar repository
    
    This commit includes small changes to fix Sphinx warnings and a specs
    template file for the Train release.
    
    Change-Id: Ifb44a1d948f8fcd6db95b154a84ed18e3ee4b042
    
  - 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-06-04 05:38:10 +00:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00