Skip to content

Tags: xin-e-liu/python-quantumclient

Tags

0.1.0

Toggle 0.1.0's commit message
add --fixed-ip argument to create port

add --fixed-ip argument to create port and add list and dict type for unknow option
now we can use known option feature:
 quantumv2 create_port --fixed-ip subnet_id=<id>,ip_address=<ip>
--fixed-ip subnet_id=<id>, ip_address=<ip2> network_id
or unknown option feature:
one ip:
 quantumv2 create_port network_id --fixed_ips type=dict list=true subnet_id=<id>,ip_address=<ip>
two ips:
quantumv2 create_port network_id --fixed_ips type=dict subnet_id=<id>,ip_address=<ip> subnet_id=<id>,ip_address=<ip2>
to create port
Please download: https://review.openstack.org/#/c/8794/4 and
set core_plugin = quantum.db.db_base_plugin_v2.QuantumDbPluginV2 on quantum server side

Patch 2: support cliff 1.0
Patch 3: support specify auth strategy, for now, any other auth strategy than keystone will disable auth,
format port output
Patch 4: format None as '' when outputing, deal with list of dict, add QUANTUMCLIENT_DEBUG env to enable http req/resp print,
which is helpful for testing nova integration
Patch 5: fix interactive mode, and initialize_app problem

Change-Id: I693848c75055d1947862d55f4b538c1dfb1e86db

Verified

This tag was signed with the committer’s verified signature.
ttx Thierry Carrez

2012.1

Toggle 2012.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ttx Thierry Carrez
2012.1 "Essex"

Verified

This tag was signed with the committer’s verified signature.
ttx Thierry Carrez

Verified

This tag was signed with the committer’s verified signature.
ttx Thierry Carrez

essex-4

Toggle essex-4's commit message
bp/quantum-client-1.1

- Adds supports for 1.1 API
- Handles new error codes
- Support filters for 1.1 API

Addressing Dan's comments

Change-Id: I230657de1621ddf08573bbeaceeb26cafbee1a00

essex-3

Toggle essex-3's commit message
Additional small release needs

Change the pypi name to match the expected name.
Update versions in pip-requires to match other projects.
Add coverage support to tox.

Change-Id: Id02b039dc8c89bfdae1acc5adea06757cd326bb8