forked from pool/python-openstacksdk
- update to version 0.9.13:
- Add QoS bandwidth limit rule object and CRUD commands. - Add reset_state api for compute - Add new function for router-gateway - Add user_id in profile resource. - Add more server operations based on Nova API - Add filter "user_id" for cluster receiver list - Modified DHCP/Network Resource - Add QoS support to Network Port object. - Add filters to the network proxy agents() method - Fix error messages are not displayed correctly - Generalize endpoint determination - Fix Setting Quotas in Neutron - Rebase telemetry resources to resource2/proxy2 - Add list method and query support for cinder volume and snapshot - Rebase network resources onto resource2 (1) - Support for node replace in cluster service - Provide better fallback when finding id values - Add QoS DSCP marking rule object and CRUD commands. - avoid usage of keystoneauth1 sessions - Chassis resource for bare-metal service - Rebase network proxy to proxy2 - Update homepage with developer documentation page - Fix cluster query mapping - compute/v2/server: add ?all_tenants=bool to list - Add QoS minimum bandwidth rule object and CRUD commands. - Add filters provider-* to the network proxy networks() method - Revert "Event list can not display "timestamp" - Add filter options to the network proxy address_scopes() method() - Updated from global requirements OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-openstacksdk?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
e46481ae39
commit
1c6ec5f8f6
7
_service
7
_service
@@ -1,11 +1,12 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="renderspec">
|
<service mode="disabled" name="renderspec">
|
||||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/openstacksdk/openstacksdk.spec.j2</param>
|
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/openstacksdk/openstacksdk.spec.j2</param>
|
||||||
<param name="output-name">python-openstacksdk.spec</param>
|
<param name="output-name">python-openstacksdk.spec</param>
|
||||||
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/global-requirements.txt</param>
|
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
|
||||||
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||||
|
<param name="changelog-provider">gh,openstack,python-openstacksdk</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="download_files">
|
<service mode="disabled" name="download_files">
|
||||||
<param name="changesgenerate">enable</param>
|
|
||||||
</service>
|
</service>
|
||||||
<service name="format_spec_file" mode="disabled"/>
|
<service name="format_spec_file" mode="disabled"/>
|
||||||
</services>
|
</services>
|
||||||
|
3
openstacksdk-0.9.13.tar.gz
Normal file
3
openstacksdk-0.9.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7fee2023e600f68eb3d33c7e03d2e54a3e36cc0e74c212fcc3c1a0b36a7f1041
|
||||||
|
size 308168
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:620ed52b90a6e494b0732b63766264bede8c2fe2b4394fb1dd8d4c75a43ad4c6
|
|
||||||
size 264796
|
|
@@ -1,3 +1,107 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 10 16:37:55 UTC 2017 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
- update to version 0.9.13:
|
||||||
|
- Add QoS bandwidth limit rule object and CRUD commands.
|
||||||
|
- Add reset_state api for compute
|
||||||
|
- Add new function for router-gateway
|
||||||
|
- Add user_id in profile resource.
|
||||||
|
- Add more server operations based on Nova API
|
||||||
|
- Add filter "user_id" for cluster receiver list
|
||||||
|
- Modified DHCP/Network Resource
|
||||||
|
- Add QoS support to Network Port object.
|
||||||
|
- Add filters to the network proxy agents() method
|
||||||
|
- Fix error messages are not displayed correctly
|
||||||
|
- Generalize endpoint determination
|
||||||
|
- Fix Setting Quotas in Neutron
|
||||||
|
- Rebase telemetry resources to resource2/proxy2
|
||||||
|
- Add list method and query support for cinder volume and snapshot
|
||||||
|
- Rebase network resources onto resource2 (1)
|
||||||
|
- Support for node replace in cluster service
|
||||||
|
- Provide better fallback when finding id values
|
||||||
|
- Add QoS DSCP marking rule object and CRUD commands.
|
||||||
|
- avoid usage of keystoneauth1 sessions
|
||||||
|
- Chassis resource for bare-metal service
|
||||||
|
- Rebase network proxy to proxy2
|
||||||
|
- Update homepage with developer documentation page
|
||||||
|
- Fix cluster query mapping
|
||||||
|
- compute/v2/server: add ?all_tenants=bool to list
|
||||||
|
- Add QoS minimum bandwidth rule object and CRUD commands.
|
||||||
|
- Add filters provider-* to the network proxy networks() method
|
||||||
|
- Revert "Event list can not display "timestamp"
|
||||||
|
- Add filter options to the network proxy address_scopes() method()
|
||||||
|
- Updated from global requirements
|
||||||
|
- Prepare for baremetal API implementation
|
||||||
|
- Fix connection init when session is provided
|
||||||
|
- Document the `synchronized` parameter.
|
||||||
|
- Obtain Image checksum via additional GET
|
||||||
|
- Base for workflow service (mistral)
|
||||||
|
- Driver resource for bare-metal service
|
||||||
|
- Corrections in DHCP Agent Resource listing.
|
||||||
|
- Rebase keystone v3 proxy to proxy2
|
||||||
|
- Add support_status to policy type and profile type
|
||||||
|
- Fix 'config_drive' and 'networks' for compute server
|
||||||
|
- Add user_id in resource class Action/Node
|
||||||
|
- Add support for network Service Flavor Profile
|
||||||
|
- Modified Metering Rule base_path
|
||||||
|
- Rebase network resources to resource2 (4)
|
||||||
|
- Add docs for the workflow service
|
||||||
|
- Add "sort" in policy binding list
|
||||||
|
- Add limit and marker to QueryParameters class
|
||||||
|
- Fix telemetry/metering service version
|
||||||
|
- Initial docs for bare-metal service
|
||||||
|
- Port resource for bare-metal service
|
||||||
|
- Add project_id field to cluster's policy and profile
|
||||||
|
- Add resource for DHCP Agent.
|
||||||
|
- Rebase keystone resources onto resource2
|
||||||
|
- Add 'project_id' field to volume resource
|
||||||
|
- Proxy module for bare-metal service
|
||||||
|
- Event list can not display "timestamp"
|
||||||
|
- Support to delete claimed message
|
||||||
|
- Remove beta label for network segment resource
|
||||||
|
- Add standard attributes to the core network resources
|
||||||
|
- Fix the issue non-admin user failed to list trusts
|
||||||
|
- Add filters "policy_type" and "policy_name" for policy binding list
|
||||||
|
- Document network resource query filters used by OSC
|
||||||
|
- Adjust router add/remove interface method names
|
||||||
|
- Remove dead code
|
||||||
|
- Add workflow service (mistral)
|
||||||
|
- Add QoS rule type object and CRUD commands.
|
||||||
|
- Add Python 3.5 classifier and venv
|
||||||
|
- Enable bare-metal service
|
||||||
|
- Add user_id in resource class Policy
|
||||||
|
- Fix the issue that 'type' field is missing in profile list
|
||||||
|
- Display neutron api error message more precisely
|
||||||
|
- Add filter "enabled" for cluster-policy-list
|
||||||
|
- Add missing query parameters to compute v2 Server
|
||||||
|
- Add support for Role resource in Identity v3
|
||||||
|
- Fix metadata property of Senlin node resource
|
||||||
|
- Add QoS support to Network object.
|
||||||
|
- Clarify argparse connections
|
||||||
|
- Node resource for bare-metal service
|
||||||
|
- Add network segment create, delete and update support
|
||||||
|
- Add filters to the router proxy routers() method
|
||||||
|
- Rebase network resources to resource2 (3)
|
||||||
|
- Add project ID in QuotaDefault requests
|
||||||
|
- Added is_shared resource to Metering Label
|
||||||
|
- Fix problem about location header in Zaqar resource2
|
||||||
|
- Add 'project_id' field to cluster's action resource
|
||||||
|
- Add auto-allocated-topology to SDK
|
||||||
|
- Network L3 Router Commands
|
||||||
|
- Add support for network Flavor
|
||||||
|
- Add resources for Service Provider
|
||||||
|
- Add support for filter "status" in node list
|
||||||
|
- Add extended Glance Image properties
|
||||||
|
- Add service_type resource to Subnets
|
||||||
|
- Add filter mac_address to the network proxy ports() method
|
||||||
|
- Revert "Display neutron api error message more precisely"
|
||||||
|
- Rebase network resources onto resource2 (2)
|
||||||
|
- Modified Metering base_path
|
||||||
|
- PortGroup resource for bare-metal service
|
||||||
|
- Fix error in node action
|
||||||
|
- Add dns-domain support to Network object.
|
||||||
|
- Add 'dependents' property to Node and Cluster class
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 2 16:31:41 UTC 2016 - dmueller@suse.com
|
Sun Oct 2 16:31:41 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-openstacksdk
|
# spec file for package python-openstacksdk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,30 +18,30 @@
|
|||||||
|
|
||||||
%global sname openstacksdk
|
%global sname openstacksdk
|
||||||
Name: python-openstacksdk
|
Name: python-openstacksdk
|
||||||
Version: 0.9.5
|
Version: 0.9.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An SDK for building applications to work with OpenStack
|
Summary: An SDK for building applications to work with OpenStack
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://launchpad.net/%{sname}
|
Url: https://launchpad.net/python-openstacksdk
|
||||||
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
|
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
|
||||||
BuildRequires: openstack-macros
|
BuildRequires: openstack-macros
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-fixtures >= 3.0.0
|
BuildRequires: python-fixtures >= 3.0.0
|
||||||
BuildRequires: python-mock >= 2.0
|
BuildRequires: python-mock >= 2.0
|
||||||
BuildRequires: python-pbr >= 1.6
|
BuildRequires: python-pbr >= 1.8
|
||||||
BuildRequires: python-requests >= 2.10.0
|
BuildRequires: python-requests >= 2.10.0
|
||||||
BuildRequires: python-requests-mock >= 1.0
|
BuildRequires: python-requests-mock >= 1.1
|
||||||
BuildRequires: python-setuptools >= 16.0
|
BuildRequires: python-setuptools >= 16.0
|
||||||
BuildRequires: python-six >= 1.9.0
|
BuildRequires: python-six >= 1.9.0
|
||||||
BuildRequires: python-stevedore >= 1.16.0
|
BuildRequires: python-stevedore >= 1.17.1
|
||||||
BuildRequires: python-testrepository >= 0.0.18
|
BuildRequires: python-testrepository >= 0.0.18
|
||||||
BuildRequires: python-testscenarios >= 0.4
|
BuildRequires: python-testscenarios >= 0.4
|
||||||
BuildRequires: python-testtools >= 1.4.0
|
BuildRequires: python-testtools >= 1.4.0
|
||||||
Requires: python-keystoneauth1 >= 2.10.0
|
Requires: python-keystoneauth1 >= 2.17.0
|
||||||
Requires: python-os-client-config >= 1.13.1
|
Requires: python-os-client-config >= 1.22.0
|
||||||
Requires: python-six >= 1.9.0
|
Requires: python-six >= 1.9.0
|
||||||
Requires: python-stevedore >= 1.16.0
|
Requires: python-stevedore >= 1.17.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -54,9 +54,9 @@ many services, along with complete documentation, examples, and tools.
|
|||||||
Summary: %{summary} - Documentation
|
Summary: %{summary} - Documentation
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
BuildRequires: python-keystoneauth1 >= 2.10.0
|
BuildRequires: python-keystoneauth1 >= 2.17.0
|
||||||
BuildRequires: python-openstackdocstheme >= 1.4.0
|
BuildRequires: python-openstackdocstheme >= 1.5.0
|
||||||
BuildRequires: python-os-client-config >= 1.13.1
|
BuildRequires: python-os-client-config >= 1.22.0
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
@@ -68,7 +68,8 @@ many services, along with complete documentation, examples, and tools.
|
|||||||
This package contains documentation files for %{name}.
|
This package contains documentation files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{sname}-%{version}
|
%autosetup -n %{sname}-%{version}
|
||||||
|
%py_req_cleanup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
%py2_build
|
||||||
|
Reference in New Issue
Block a user