need to change compute-api incorrect info

Bug #1515222 reported by jichenjc
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
Fix Released
Low
jichenjc

Bug Description

https://etherpad.openstack.org/p/nova-v2.1-api-doc
has a bunch of to do items, so use this bug to track it

Tags: nova
jichenjc (jichenjc)
Changed in openstack-api-site:
assignee: nobody → jichenjc (jichenjc)
Changed in openstack-api-site:
status: New → In Progress
Revision history for this message
Atsushi SAKAI (sakaia) wrote :

Need to write the problem point.
Currently it is too verbose.

tags: added: nova
Revision history for this message
Atsushi SAKAI (sakaia) wrote :

In my impression, you are checking aggregation related problem.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/244038
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=c794d179d4117b20427ea136c8165be5ad8741cf
Submitter: Jenkins
Branch: master

commit c794d179d4117b20427ea136c8165be5ad8741cf
Author: jichenjc <email address hidden>
Date: Fri Nov 6 07:53:09 2015 +0800

    Change nova-api-create-aggregate return code

    conceptually the create-aggregate should return 201,
    however current code returns 200 so in order to make
    them consistent, make this change and later by using
    microversion, the value can be switch back to 201.

    Partial-Bug: #1515222

    Change-Id: I02c3c57174e19e4ef604a2b840d76652840cdc13

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/244047
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=684bacefeeed448853a8fba6d9db407ba1f7ce4b
Submitter: Jenkins
Branch: master

commit 684bacefeeed448853a8fba6d9db407ba1f7ce4b
Author: jichenjc <email address hidden>
Date: Fri Nov 6 08:30:14 2015 +0800

    Aggregate id is a integer, not a uuid

    Id in Aggregate is defined as
    id = Column(Integer, primary_key=True, autoincrement=True)
    and it's input from API layer, so it's not a uuid format,
    it's a integer.

    Partial-Bug: #1515222

    Change-Id: I75e9aee7a720b69bf5157f6dc1fab9dc655ac54a

Revision history for this message
jichenjc (jichenjc) wrote :

sorry, it's a whole bunch of changes to be made , aggregate is the first one
I expect more will come if you refer to the etherpad, thanks

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/244310

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/244312

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/244317

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/244324

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/244326

Revision history for this message
Atsushi SAKAI (sakaia) wrote :

Would you point the etherpad at least?
In my understanding, fixation list is not available on any etherpad.

> I expect more will come if you refer to the etherpad, thanks

Revision history for this message
jichenjc (jichenjc) wrote :

it's in the original bug report , here :)
https://etherpad.openstack.org/p/nova-v2.1-api-doc

but yes, we are doing this step by step, so find some and submit patch and on the same time, do the analysis and check ,thanks~

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/244312
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=b09370ca28821f256b367aced45270fa0daf3b40
Submitter: Jenkins
Branch: master

commit b09370ca28821f256b367aced45270fa0daf3b40
Author: jichenjc <email address hidden>
Date: Fri Nov 6 12:27:19 2015 +0800

    change return code for add-host and remove-host

    aggregate's add-host and remove-host action currently
    returns 200 instead of 202.

    Change-Id: Ia0ff940ae5af84e4d683540b094ab74b09971848
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/244310
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=b772750ef8c90de8b164adafa336d6b11c03f40c
Submitter: Jenkins
Branch: master

commit b772750ef8c90de8b164adafa336d6b11c03f40c
Author: jichenjc <email address hidden>
Date: Fri Nov 6 12:21:59 2015 +0800

    update aggregate is a PUT method

    update aggregate is a PUT instead of GET, fix the typo.

    Partial-Bug: #1515222

    Change-Id: Icaae83b50041e5f236b4f03c2057bc65171f6b28

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/244324
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=eb9526456714090a5b09f416c2f82fe44d37dc07
Submitter: Jenkins
Branch: master

commit eb9526456714090a5b09f416c2f82fe44d37dc07
Author: jichenjc <email address hidden>
Date: Fri Nov 6 12:54:58 2015 +0800

    make policies param mandatory

    the policies param in create server group function is not
    optional, it's mandatory, remove 'optional' for this param.

    Change-Id: I606e7ba42669c351058334f07d166b3845ae91f6
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/244326
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=f626020667191b6e7dc6813646f3f0355ea6a8ca
Submitter: Jenkins
Branch: master

commit f626020667191b6e7dc6813646f3f0355ea6a8ca
Author: jichenjc <email address hidden>
Date: Fri Nov 6 13:00:34 2015 +0800

    change comments for hypervisor statistics

    change from 'Shows statistics for all hypervisors. ' to
    'Shows statistics of the summary of all hypervisors'

    Change-Id: I8a4ca2b4063d0e8ba6e3c8291104e10e603552d7
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/246288

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/246297

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/246312

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/246319

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/246321

Changed in openstack-api-site:
importance: Undecided → Low
milestone: none → mitaka
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/246319
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=0cd513b353e8960c1e8a4d94e8a9ee9db7e7a62a
Submitter: Jenkins
Branch: master

commit 0cd513b353e8960c1e8a4d94e8a9ee9db7e7a62a
Author: jichenjc <email address hidden>
Date: Tue Nov 17 03:36:28 2015 +0800

    Remove description for 413 as exceed quota error

    we used to return 413 for quota exceed, now we return
    403 instead (HTTPForbidden)

    Partial-Bug: #1515222

    Change-Id: I177683efba6b15b54320285b2f57140b86b699bc

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/246845

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/246850

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/246851

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/246297
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=e94448aef0bc8b2fc32fe506af5be1ab2febf4a7
Submitter: Jenkins
Branch: master

commit e94448aef0bc8b2fc32fe506af5be1ab2febf4a7
Author: jichenjc <email address hidden>
Date: Tue Nov 17 03:11:33 2015 +0800

    Remove duplication of response on images

    images has duplicated response output, remove one of them.

    Partial-Bug: #1515222

    Change-Id: Ic5137843f4ab0f5fc268da09a94b84738b5fe8ba

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/246321
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=fb6c5554a339e75cab251d1292d823344d695e30
Submitter: Jenkins
Branch: master

commit fb6c5554a339e75cab251d1292d823344d695e30
Author: jichenjc <email address hidden>
Date: Tue Nov 17 03:44:31 2015 +0800

    Remove duplication of X-Compute-Request-ID

    X-Compute-Request-ID duplicated in image metadata, remove it

    Partial-Bug: #1515222

    Change-Id: Ib5f4c78b00f938e4dbfa02b8ae32a7bbb5cbc24c

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/246288
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=4711362abef48d077ab6f27abd379cbf1fc94624
Submitter: Jenkins
Branch: master

commit 4711362abef48d077ab6f27abd379cbf1fc94624
Author: jichenjc <email address hidden>
Date: Tue Nov 17 02:47:00 2015 +0800

    Add description for metadata is empty

    server-group return data's metadata field is always empty
    https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/server_groups.py#L58
    we need to mark this to the end user.

    Change-Id: If6166ac3f79cdf03ebd4c75f2ba568f842d85c17
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/247204

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/247206

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/247389

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/247206
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=3a6299e3d1abcc3eca16a44e7e20303c712c99f0
Submitter: Jenkins
Branch: master

commit 3a6299e3d1abcc3eca16a44e7e20303c712c99f0
Author: jichenjc <email address hidden>
Date: Tue Nov 17 19:23:16 2015 +0800

    network-vif-deletedplugged is a typo

    change network-vif-deletedplugged to network-vif-deleted

    Partial-Bug: #1515222

    Change-Id: I99998a85839d27131eb828bcfeb8e75e5b495eb9

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/247768

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/246312
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=9d5ef6b75f79cb043e78f88ed3a86b500e65d431
Submitter: Jenkins
Branch: master

commit 9d5ef6b75f79cb043e78f88ed3a86b500e65d431
Author: jichenjc <email address hidden>
Date: Tue Nov 17 03:33:45 2015 +0800

    Add minRam and minDisk as filter

    minRam and minDisk filter is missing, add it.

    (df) Cleaned up language for query (filter) parameters

    Change-Id: I092bd9a592e74b6a80ca9e46469a8997b06e5080
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/246851
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=3b6bbcf0be1aa87b75eb5a757f5e0a3a2873debd
Submitter: Jenkins
Branch: master

commit 3b6bbcf0be1aa87b75eb5a757f5e0a3a2873debd
Author: jichenjc <email address hidden>
Date: Tue Nov 17 13:03:25 2015 +0800

    Remove exceed quota will return 413 notification

    Nova now don't return HTTP code 413 in case the quota
    exceed. so no need to mention this in the doc any more.

    Partial-Bug: #1515222

    Change-Id: I5b851f01192acfd4bfec7559e38db610a9028c9e

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/246845
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=ed28e4cb449619af0fbe7b8471abd3ea27e85c49
Submitter: Jenkins
Branch: master

commit ed28e4cb449619af0fbe7b8471abd3ea27e85c49
Author: jichenjc <email address hidden>
Date: Tue Nov 17 12:45:06 2015 +0800

    change 'server_uuid' to 'instance_uuid'

    nova actually returns instance_uuid instead of server_uuid.

    Partial-Bug: #1515222

    Change-Id: Ib6118c8611349619c7b4337211e449682afc9452

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/248012

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/248012
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=394f809c255bed2bf4acf9f23a60418f43643b4b
Submitter: Jenkins
Branch: master

commit 394f809c255bed2bf4acf9f23a60418f43643b4b
Author: jichenjc <email address hidden>
Date: Fri Nov 20 18:37:15 2015 +0800

    Change return value from 202 to 200

    os-tenant-networks create returns 200 if it succeed.
    so we need to change it from 202 to 200.

    Change-Id: I0457251c1b81f42c7ff78d003a4369f7403ff508
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/247768
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=f79f0e7af4fbdde4ac86a16aae0f8a8d0518085a
Submitter: Jenkins
Branch: master

commit f79f0e7af4fbdde4ac86a16aae0f8a8d0518085a
Author: jichenjc <email address hidden>
Date: Fri Nov 20 04:14:15 2015 +0800

    Change output from metadata to meta

    /v2.1/images/{image_id}/metadata/{key}
    returns 'meta' instead of 'metadata', so change it

    Partial-Bug: #1515222

    Change-Id: I7a7047da1bfe072913045bf4ba78711003db2268

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/246850
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=e84cc55c8255580768286b9e32ffafe63c3da36c
Submitter: Jenkins
Branch: master

commit e84cc55c8255580768286b9e32ffafe63c3da36c
Author: jichenjc <email address hidden>
Date: Tue Nov 17 12:59:15 2015 +0800

    request_id is missing in the request param

    request_id is missing in the request param of instance-action
    add this to the param list.

    Partial-Bug: #1515222

    Change-Id: I5d502e3e9571f7d3f34909c70e0e3baa5a94f60e

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/247204
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=8cde865b0ec4193628ac0bca6a9187767156f753
Submitter: Jenkins
Branch: master

commit 8cde865b0ec4193628ac0bca6a9187767156f753
Author: jichenjc <email address hidden>
Date: Tue Nov 17 19:20:18 2015 +0800

    status in os-server-external-events is optional

    os-server-external-events's status request param is optional
    and default to 'completed'

    Partial-Bug: #1515222

    Change-Id: I04dad05a8e06897bafafb3dbec7a5072e243f511

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/249117

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/249118

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/249122

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/249683

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/249686

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/249683
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=58d4cf9c0cc0d09d9651bd8682de20590b1d422a
Submitter: Jenkins
Branch: master

commit 58d4cf9c0cc0d09d9651bd8682de20590b1d422a
Author: jichenjc <email address hidden>
Date: Sat Nov 21 19:19:36 2015 +0800

    Remove duplication for request param

    extensions has duplication on request param, remove them

    Change-Id: Ic8b043b8fa2b925bf8ef5f683020c553ced1b28e
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/248534
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=670e444ad7d95572064b1811838c936f3296202b
Submitter: Jenkins
Branch: master

commit 670e444ad7d95572064b1811838c936f3296202b
Author: He Jie Xu <email address hidden>
Date: Mon Nov 23 14:15:44 2015 +0800

    Corrects the description of live-migration

    Updates the description of live-migration. Also, adds the parameter
    description. Corrects the description of policy.

    Change-Id: I579ba3135573d76bd4bfedc83b9d64b1702647e6
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/249686
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=9dff3bd7baae12d9012be87e67a2dbc1d040296d
Submitter: Jenkins
Branch: master

commit 9dff3bd7baae12d9012be87e67a2dbc1d040296d
Author: jichenjc <email address hidden>
Date: Sat Nov 21 19:25:45 2015 +0800

    Add project_id to extension URL

    os-extensions need project_id in order to find resource.
    The doc need to tell user it's needed.

    Also, add os-server-external-events as sample to resource
    alias instead of name like ServerExternalEvents.

    (df) removed unused samples
    (df) moved samples to extension-info folder

    Change-Id: Ia46fed559e94a55c20281e5ebc1d4ef08118566c
    Partial-Bug: 1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/250252

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on api-site (master)

Change abandoned by jichenjc (<email address hidden>) on branch: master
Review: https://review.openstack.org/247389

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/250689

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/250694

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/250753

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/250755

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/250753
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=34adc3a796e146a4b2b82cb281fbea254d17d7c5
Submitter: Jenkins
Branch: master

commit 34adc3a796e146a4b2b82cb281fbea254d17d7c5
Author: jichenjc <email address hidden>
Date: Sun Nov 22 14:24:37 2015 +0800

    POST certificates returns 200 instead of 201 now

    os-certificates POST command returns 200 , not 201 in the code now
    we will change it later to 201 in the code but for now
    we need to change code to make code and doc consistent.

    Change-Id: I0e9bf919a76f85c041d37f7957b537611035459f
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/249122
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=1b0078ca3f7c3a84ffd814a4c71f6cbee1b5141f
Submitter: Jenkins
Branch: master

commit 1b0078ca3f7c3a84ffd814a4c71f6cbee1b5141f
Author: jichenjc <email address hidden>
Date: Sat Nov 21 10:18:47 2015 +0800

    Description is mandatory, not optional

    Description is not optional, it's needed by current code.

    Partial-Bug: #1515222

    Change-Id: I2ccf95f9da8196da22a4aba2b7b72758cff5f4f2

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/250694
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=5bd81e6008d300a3bda619e01416f83b2e202676
Submitter: Jenkins
Branch: master

commit 5bd81e6008d300a3bda619e01416f83b2e202676
Author: jichenjc <email address hidden>
Date: Sun Nov 22 12:32:11 2015 +0800

    Add GET /v2.1/tenant_id/os-floating-ips/id method

    this method is enabled by nova api but not in the doc
    so add it.

    (df) Update the floating IP samples
    (df) Clarify the other floating IP methods
    (df) Make language for server actions, including floating IP actions,
    consistent

    Change-Id: I3b97964bb999063f97a17e26a3d755bef133ef32
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/249117
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=12822c12218b9fabc97a7c0cd7c50d5019ed9fce
Submitter: Jenkins
Branch: master

commit 12822c12218b9fabc97a7c0cd7c50d5019ed9fce
Author: jichenjc <email address hidden>
Date: Sat Nov 21 10:11:13 2015 +0800

    Change security group ID from uuid to int

    security group ID is not a uuid but is an int.
    All occurrences of security-group are changed.

    (df) updated code samples to reflect this change.

    Partial-Bug: #1515222

    Change-Id: Ia6ec855ac85442b1a369bac34f7680991145b5f9

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/250755
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=fd97b8a9513b797a82a706359a697efbc47c7763
Submitter: Jenkins
Branch: master

commit fd97b8a9513b797a82a706359a697efbc47c7763
Author: jichenjc <email address hidden>
Date: Sun Nov 22 14:28:10 2015 +0800

    Change id type from uuid to string

    For GET os-certificates request's request id param,
    it's not a uuid, it's a string; and only 'root' is
    valid input string now.

    Change-Id: I0def27e6ca706d239b374344af868c9673011eeb
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/249118
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=788eb615fb058519e30edcc8b7b27a27c385a695
Submitter: Jenkins
Branch: master

commit 788eb615fb058519e30edcc8b7b27a27c385a695
Author: jichenjc <email address hidden>
Date: Sat Nov 21 10:13:48 2015 +0800

    security-group id is not uuid, it's a int

    security-group id is not uuid, change it to int in the
    security-group-rules extension.

    (df) updated code sample to reflect change

    Change-Id: I9a060b65ec509d747bed77f9d627812b2d525e8d
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/250689
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=3fb3b473508590df2f285e775dc1268990f9f409
Submitter: Jenkins
Branch: master

commit 3fb3b473508590df2f285e775dc1268990f9f409
Author: jichenjc <email address hidden>
Date: Sun Nov 22 12:24:15 2015 +0800

    Request id is not uuid, it's a int

    Change request id of floating ip from uuid to int.

    Change-Id: I54f816766dcdc39078386fc6c45dc30d7ab05dbf
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/251282

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/251282
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=4f222c817a48130c3d77d4b4cdb661900321c13f
Submitter: Jenkins
Branch: master

commit 4f222c817a48130c3d77d4b4cdb661900321c13f
Author: jichenjc <email address hidden>
Date: Sun Nov 22 21:38:13 2015 +0800

    Fix typo and add description for floating-ips-bulk

    Fix a typo ,otherwise it looks like 'os- floating-ip-pools '
    in the html doc, also, add a description that those extensions
    only valid for nova-network.

    Change-Id: Id981c5bb810f20f6266df3be90095cfe21c9bac7
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/250252
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=fba7dacffea56044ea9116b9fd3875cd7d83c756
Submitter: Jenkins
Branch: master

commit fba7dacffea56044ea9116b9fd3875cd7d83c756
Author: jichenjc <email address hidden>
Date: Sun Nov 22 03:36:20 2015 +0800

    Add DELETE method for os-server-password

    os-server-password has DELETE method to clear the password,
    it's not in the microversion, so we should add it

    Change-Id: Ie9ab5f612303fe1b16537d7a29c73f848e390167
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on api-site (master)

Change abandoned by jichenjc (<email address hidden>) on branch: master
Review: https://review.openstack.org/244317

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/252300

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/252309

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/252316

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/252319

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/252323

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/252849

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/252853

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/253430

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/253432

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/253469

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on api-site (master)

Change abandoned by jichenjc (<email address hidden>) on branch: master
Review: https://review.openstack.org/253469
Reason: wrong change id number

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/252853
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=9c77b3f520dd02db489b202a504f2b7697254ae6
Submitter: Jenkins
Branch: master

commit 9c77b3f520dd02db489b202a504f2b7697254ae6
Author: jichenjc <email address hidden>
Date: Tue Nov 24 01:07:41 2015 +0800

    rename os-compute-2.1.wadl to os-servers-2.1.wadl

    the file is for /v2.1/servers, not for compute, so
    change its name to make it more consistent

    (df) renamed all compute WADL files to match resource names
    (df) renamed api_samples folders to match resource names
    (df) removed unused code samples

    Partial-Bug: #1515222

    Change-Id: I9c0783d08f8c0dcd767baaaf5d76e7c709d90509

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/253432
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=91b56ec616a61a78a0db6008c335e8a4ceccfffa
Submitter: Jenkins
Branch: master

commit 91b56ec616a61a78a0db6008c335e8a4ceccfffa
Author: jichenjc <email address hidden>
Date: Tue Nov 24 10:40:01 2015 +0800

    Change wording for delete action under lock state

    There are duplication for the lock state description,
    also some wording is miss leading , make it clearer.

    Change-Id: If2d83fa7cdb209b53a1156ab13794e78694d5db6
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/252323
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=2daa7d811b59020c0c5e16137a1f65ec5fa26b73
Submitter: Jenkins
Branch: master

commit 2daa7d811b59020c0c5e16137a1f65ec5fa26b73
Author: jichenjc <email address hidden>
Date: Mon Nov 23 16:52:47 2015 +0800

    /v2.1/{tenant_id}/os-services/detail not exist

    it's not enabled, instead user need to use
    /v2.1/{tenant_id}/os-services to get all service info

    Change-Id: Ifb075a5b3c7f005034fb4a8f9029c090b7541ac4
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/252849
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=566255f7ccb810ecb0d6b2765313db974128581a
Submitter: Jenkins
Branch: master

commit 566255f7ccb810ecb0d6b2765313db974128581a
Author: jichenjc <email address hidden>
Date: Tue Nov 24 01:02:21 2015 +0800

    add disk config into request param

    Disk config options are supported by v2.1 API, so we can add it
    to the request param.

    Change-Id: Iea4a22e209ea6992ef32838dc70a7e825438f263
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/252319
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=5feaeccde67655db32e64ab408b2a108fbfe5824
Submitter: Jenkins
Branch: master

commit 5feaeccde67655db32e64ab408b2a108fbfe5824
Author: jichenjc <email address hidden>
Date: Mon Nov 23 16:37:56 2015 +0800

    Remove force-down of service api

    it's introduced at microversion 2.11 so we should not
    mention it in current v2.1 doc, we can re-add it when
    microversion doc is ready.

    Change-Id: Ibea6a237010f3e7988f7f341681cff8c01f94c3b
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/252316
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=4639c2402bac81ade11f6d5674622d25d84d7e4f
Submitter: Jenkins
Branch: master

commit 4639c2402bac81ade11f6d5674622d25d84d7e4f
Author: jichenjc <email address hidden>
Date: Mon Nov 23 16:35:04 2015 +0800

    Change return code from 204 to 202

    Even conceptually the delete should return 204, current code
    returns 202 so we change the doc now and will restore it back
    to 204 when code update.

    Change-Id: Ic76e8768151f13c4984ed2a3d95b4465b6d352a0
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/252300
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=43aaaf34b345bbac2256fdfa2066750e265e49ef
Submitter: Jenkins
Branch: master

commit 43aaaf34b345bbac2256fdfa2066750e265e49ef
Author: jichenjc <email address hidden>
Date: Tue Nov 24 12:29:54 2015 +0800

    change return code and remove microversion info

    This is the doc to talk about v2.1 and we should not
    add microversion info into it. Also, the return code is
    200 instead of 202 for os-virtual-interfaces GET

    Partial-Bug: #1515222

    Change-Id: I49fc3b84f94953e99a0748bf6db8892e101ec92f

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/254631

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/254642

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/255868

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/255890

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/255890
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=a5cf7ad510f2a59ffdfeeb8579c515f986a8575c
Submitter: Jenkins
Branch: master

commit a5cf7ad510f2a59ffdfeeb8579c515f986a8575c
Author: jichenjc <email address hidden>
Date: Thu Dec 10 22:09:22 2015 +0800

    The tenant id response is not optional

    the response is not optional.

    Change-Id: Ie4c3c17fbbe914318345a7f56917060c0622c520
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/254642
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=9bdbabbdfa17f9826c88eb7eb90f47e3e8a739c2
Submitter: Jenkins
Branch: master

commit 9bdbabbdfa17f9826c88eb7eb90f47e3e8a739c2
Author: jichenjc <email address hidden>
Date: Wed Nov 25 04:13:08 2015 +0800

    create volume and create snapshot returns 200

    The current doc mentioned return 201, instead it returns
    200 in the code

    Change-Id: I6b60ca5b4334943b6b6ef008e11d981a49ec6f0d
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/255868
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=1f5711bf13535c6890e349a7da2b52822b10ae8b
Submitter: Jenkins
Branch: master

commit 1f5711bf13535c6890e349a7da2b52822b10ae8b
Author: jichenjc <email address hidden>
Date: Thu Dec 10 21:11:32 2015 +0800

    Add detailed info to instance and server name

    Instance and server name is different from nova perspective, but
    end user might don't know it, add more into to both of the fields.

    Change-Id: Id9068dd49a97b282466242f06e765b532f150a72
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/254631
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=e1b8f1543753a59c8046c6faa02372bab64fd244
Submitter: Jenkins
Branch: master

commit e1b8f1543753a59c8046c6faa02372bab64fd244
Author: jichenjc <email address hidden>
Date: Wed Nov 25 03:49:46 2015 +0800

    os-volume-types doesn't exist any more

    there is no os-volume-types API in nova anymore , remove it

    Change-Id: I0bc80135dd4fd3b5cfa637142f703f7d1f44ca3b
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/252309
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=ed1eea392bb7047a1bec8ba624c22689b00dadfb
Submitter: Jenkins
Branch: master

commit ed1eea392bb7047a1bec8ba624c22689b00dadfb
Author: jichenjc <email address hidden>
Date: Mon Nov 23 16:26:07 2015 +0800

    Restore info from v2.2 to v2.1

    keypairs has microversion support now, but it's not proper to
    talk about it in v2.1 doc, we will have microversion doc later, now
    we should restore back to v2.1

    Change-Id: Ib48bd406dd6be71c0c16b3bc3366ab5af5e92db6
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/253430
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=a27b758eb95406175c6ae1256825565fd70eeafa
Submitter: Jenkins
Branch: master

commit a27b758eb95406175c6ae1256825565fd70eeafa
Author: jichenjc <email address hidden>
Date: Tue Nov 24 10:32:24 2015 +0800

    Add descriptions for by default admin only field.

    Some fields such as OS-EXT-SRV-ATTR:host by default only
    returned when the caller is admin, we need tell API user
    about that.

    Change-Id: I6021def80ffeceb30bd1b5c2ccfb5576662ceaac
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/259492

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/259497

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/259513

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/259566

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/259567

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/259497
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=2d8970c655aef90c159b9ce7ea5d5a68096a8414
Submitter: Jenkins
Branch: master

commit 2d8970c655aef90c159b9ce7ea5d5a68096a8414
Author: jichenjc <email address hidden>
Date: Fri Dec 18 09:13:32 2015 +0800

    Change wording from stop to destroy

    concept of server stop and server destroy(deletion) is different,
    server stop means the server is power off while destroy not
    only power off the server ,but also delete it from compute host
    and db, so this 'stop' will mislead people unfamiliar with nova
    concept.

    Change-Id: Ic6dbdec8af2704f8e4279c646e2f80091efa56f9
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/259492
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=ead39fa3cd8439b771dcef3ff66e54f8711a3eac
Submitter: Jenkins
Branch: master

commit ead39fa3cd8439b771dcef3ff66e54f8711a3eac
Author: jichenjc <email address hidden>
Date: Fri Dec 18 09:04:04 2015 +0800

    Fix incorrect error code in servers

    There are some error code is not used in v2.1 API
    this patch remove the not used code.

    Change-Id: I4236104b8fb1dea0301b2a81c0cf8a4de1dc9cbc
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/259566
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=7451643f1dbe0cbe37621cb9112ff97a90bd6301
Submitter: Jenkins
Branch: master

commit 7451643f1dbe0cbe37621cb9112ff97a90bd6301
Author: jichenjc <email address hidden>
Date: Fri Dec 18 11:24:38 2015 +0800

    Remove incorrect descriptions for 'injection'

    nova allows binary injection, the description is incorrect.

    Change-Id: I54a3aeb8d0c4e62e57e26a6d0867f1ca1101d804
    Partial-Bug: #1515222
    Closes-Bug: #1525132

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/259567
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=426a4533335d3d5a517f123162631de038d763a0
Submitter: Jenkins
Branch: master

commit 426a4533335d3d5a517f123162631de038d763a0
Author: jichenjc <email address hidden>
Date: Fri Dec 18 11:27:07 2015 +0800

    Remove incorrect comments on injection BAK method

    The BAK method is not correct based on existing mechanism

    Change-Id: I1615379763acdf81ffa356fb53049e8ba790685b
    Partial-Bug: #1515222
    Closes-Bug: #1525137

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/259513
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=69d3ddf97ad7a001870421e102a4255919f7f2d6
Submitter: Jenkins
Branch: master

commit 69d3ddf97ad7a001870421e102a4255919f7f2d6
Author: jichenjc <email address hidden>
Date: Fri Dec 18 09:37:06 2015 +0800

    config_drive is optional in server create request

    curl -g -i -X POST http://xxxx/servers -d '{"server":
    {"min_count": 1, "flavorRef": "84", "name": "t8",
    "imageRef": "9eee793a-25e5-4f42-bd9e-b869e60d3dbd", "max_count": 1}}'
    is able to create a server ,so the config_drive is optional

    Change-Id: I04e30675238d1cebaf7fa8e4a01566db0e064f3c
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/264126

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/264129

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/264139

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/264139
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=3cec5986eb06aaaea4fe030a3f62d6058306e4b8
Submitter: Jenkins
Branch: master

commit 3cec5986eb06aaaea4fe030a3f62d6058306e4b8
Author: jichenjc <email address hidden>
Date: Sat Dec 19 11:03:07 2015 +0800

    Change status from 'available' to 'active'

    "queued", "saving", "active", "killed", "deleted", "pending_delete"
    "deactivated" are the allowed status of image, so change the wording

    Change-Id: I3433cccbbf991e3f679dd32e2768760faec467bf
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/264704

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/264704
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=f74e2a07a25a16a28ea2c7d4f3f11741074e1d5e
Submitter: Jenkins
Branch: master

commit f74e2a07a25a16a28ea2c7d4f3f11741074e1d5e
Author: jichenjc <email address hidden>
Date: Sat Dec 19 18:44:01 2015 +0800

    Fix a typo of server status

    server status is RESCUE instead UNRESCUE after rescue action.

    Partial-Bug: #1515222

    Change-Id: Icdf19dcc0b6981f62aa2b6fa21f6b4780664de96

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/264129
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=fa76904fbcba54fa3b5eeefe3aa63fa5f632b414
Submitter: Jenkins
Branch: master

commit fa76904fbcba54fa3b5eeefe3aa63fa5f632b414
Author: jichenjc <email address hidden>
Date: Sat Dec 19 10:35:56 2015 +0800

    Add descriptions for editable server update item

    We only tell 'Updates the editable attributes of a server.'
    but doc didn't mention which item is allowed.

    Change-Id: Iebc19a9d86be5b85eaf90bb6fe9fc0459962c806
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/265169

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/264126
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=8bf2259fd4ca38e973f8f9f436a1aa52dba685f9
Submitter: Jenkins
Branch: master

commit 8bf2259fd4ca38e973f8f9f436a1aa52dba685f9
Author: jichenjc <email address hidden>
Date: Sat Dec 19 10:28:28 2015 +0800

    Change some descriptions for servers API

    some descriptions are not accurate, so change them according to
    existing code.

    Change-Id: I3672e49971a3ac294c75352de4f85a6afc74c456
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/265815

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/265816

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/266362

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/265169
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=04eca00c3c8627b0ca56913617b54abc17a72380
Submitter: Jenkins
Branch: master

commit 04eca00c3c8627b0ca56913617b54abc17a72380
Author: jichenjc <email address hidden>
Date: Sun Dec 20 03:48:51 2015 +0800

    Move several actions from admin to normal user

    pause, unpause, lock, unlock, suspend and resume actions
    are allowed to general user if the user is the owner of
    the server. so we can move the actions from admin section
    to general section.

    Change-Id: I84969de527cacc5238d19285db5f6b16f03106a1
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/266786

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/266820

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/266824

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/265816
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=5b985075c2fa42126feb2077be4977bfec1ead41
Submitter: Jenkins
Branch: master

commit 5b985075c2fa42126feb2077be4977bfec1ead41
Author: jichenjc <email address hidden>
Date: Sun Dec 20 16:24:06 2015 +0800

    Correct wording for action of a server

    it's 'server action,' and not 'action and server.'

    Change-Id: I138be600f317afb1ce3ac116e83b5a48d11cf6aa
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/267442

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/268075

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/268988

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/268990

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/266820
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=fc8139cc01b6e20b04971cbdd487ada1cdfdba9b
Submitter: Jenkins
Branch: master

commit fc8139cc01b6e20b04971cbdd487ada1cdfdba9b
Author: jichenjc <email address hidden>
Date: Wed Jan 13 06:30:18 2016 +0800

    use removeTenantAccess and addTenantAccess

    addTenantAccess and removeTenantAccess are the actual actions
    provided to API layer.

    Change-Id: Icfa9879101107307cb2ddd59c58f2b458f7aadcd
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/265815
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=48084a40887f9e0f384958d3564a85ab02463bd8
Submitter: Jenkins
Branch: master

commit 48084a40887f9e0f384958d3564a85ab02463bd8
Author: jichenjc <email address hidden>
Date: Sun Dec 20 16:21:35 2015 +0800

    Correct the info provided on instance-actions

    instance-actions need admin only when the event need to
    returned, general user can list and display instance
    action. The original doc is incorrect about list and show
    policy.

    Change-Id: I906d6b98b855b957537ef787bda0a2c0c1ffd9c6
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/268075
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=0386f221f21623f00f55ccbed0712b5bf642fd6f
Submitter: Jenkins
Branch: master

commit 0386f221f21623f00f55ccbed0712b5bf642fd6f
Author: jichenjc <email address hidden>
Date: Thu Jan 14 01:04:58 2016 +0800

    Change flavor-extra-specs return code

    201 and 204 is the correct value for create and delete
    however, current code didn't handle that and return 200
    we should be consistent to code and change doc later
    when doc update.

    Change-Id: Ie7a6062229f124a091ed6d3cbe43f6b8b5b63834
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/268990
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=7c8223281a56f75e6e80b2ad16d4e972d3243ac8
Submitter: Jenkins
Branch: master

commit 7c8223281a56f75e6e80b2ad16d4e972d3243ac8
Author: jichenjc <email address hidden>
Date: Thu Jan 14 09:46:00 2016 +0800

    remove user and type field from accepted param

    user is added in v2.10 and type added in v2.2
    this is v2.1 document so we can remove them and
    readd when we provide microversion doc

    Change-Id: I3e6611916db9c95873e450c8bcf52972926463a7
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/268988
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=0a20d7e0cb7a2db76b2caced9e75cf1c856f637e
Submitter: Jenkins
Branch: master

commit 0a20d7e0cb7a2db76b2caced9e75cf1c856f637e
Author: jichenjc <email address hidden>
Date: Thu Jan 14 09:43:45 2016 +0800

    switch list and show response

    the list and show response of keypair should be switched to replace
    each other according to code.

    Change-Id: I304d89b8e3bd1fd02e9325a36dc0abc4ccf5c7e8
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/266824
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=b9cc3fa9248012195443da7d0ae35fa684b87e80
Submitter: Jenkins
Branch: master

commit b9cc3fa9248012195443da7d0ae35fa684b87e80
Author: jichenjc <email address hidden>
Date: Wed Jan 13 07:34:37 2016 +0800

    Add more descriptions for flavor access

    add descriptions to flavor access to let user know the scope
    of flavor access.

    Change-Id: I68223ce8bf810f1c9cffe756d68fc8c3da5ea095
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/266786
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=dca7d48261e44f7918008f98f33d97a44af7f757
Submitter: Jenkins
Branch: master

commit dca7d48261e44f7918008f98f33d97a44af7f757
Author: jichenjc <email address hidden>
Date: Wed Jan 13 06:18:52 2016 +0800

    Flavor id is not a uuid, it's a int.

    we use /v2.1/d1c5aa58af6c426492c642eb649017be/flavors/84
    to access flavor while 84 represents flavor id, so it's not a uuid.

    Change-Id: Id3624030a10af3c1ad5b213f4ce44d80f0d7e78e
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/269521

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/270071

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/267442
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=f438e37c71f989512ebd85cd388e64bc11269ac1
Submitter: Jenkins
Branch: master

commit f438e37c71f989512ebd85cd388e64bc11269ac1
Author: jichenjc <email address hidden>
Date: Wed Jan 13 15:30:12 2016 +0800

    Move os-flavor-manage to flavors

    os-flavor-manage resource not exist,

    /v2.1/{tenant_id}/flavors/os-flavor-manage
    /v2.1/{tenant_id}/flavors/os-flavor-manage/{flavor_id}

    are incorrect URL for end users.

    Move them from os-flavor-manage to flavors.

    Change-Id: Id0ab504f5c96deb944b0623f93cf527c81888deb
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/266362
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=22803e39b08a32e0796d9bab774aa5321df25bab
Submitter: Jenkins
Branch: master

commit 22803e39b08a32e0796d9bab774aa5321df25bab
Author: jichenjc <email address hidden>
Date: Sun Dec 20 23:38:46 2015 +0800

    Add more descriptions to server password

    server password actually get/set data through metdata service,
    then change the metadata of the instance, we can be more
    specified on the wording.

    Change-Id: Ic5a4b5b63e804ac61b12189617f9d4f13cd79f70
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/270071
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=7d2a4ccea2ac53e1e868aa2b94cc047a22bf9c48
Submitter: Jenkins
Branch: master

commit 7d2a4ccea2ac53e1e868aa2b94cc047a22bf9c48
Author: jichenjc <email address hidden>
Date: Fri Jan 15 00:33:02 2016 +0800

    Change description for extension

    extension is deprecated in v2.1 so, change wording for it.

    Change-Id: I2bc7f494fc0a8057730a8fe28126914dd92a6343
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/269521
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=8b147276a139a93b6a7176ff3fa38f7ed7df9aea
Submitter: Jenkins
Branch: master

commit 8b147276a139a93b6a7176ff3fa38f7ed7df9aea
Author: jichenjc <email address hidden>
Date: Thu Jan 14 16:50:37 2016 +0800

    Change some wording for image policy

    change the wording to make it more accurate ,
    image-size is the name of the policy of showing image size

    Change-Id: Id3e0809465f24e174f8d32d3397efde3eb0dde73
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/270706

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/270706
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=bbf3281c7cd11d2b28dad6791e3f743d0b4d8b8a
Submitter: Jenkins
Branch: master

commit bbf3281c7cd11d2b28dad6791e3f743d0b4d8b8a
Author: jichenjc <email address hidden>
Date: Thu Jan 21 18:12:34 2016 +0800

    deleteaggregate missing in the doc

    deleteaggregate method is not listed in the compute API2.1 doc
    we should add this because it's supported.

    Change-Id: I1d8dc108555091218d8d8e75c7d51a0fb8204097
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/271234

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/271235

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/271234
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=e7e9c3ba339fbac4b27fe00065702f929904a71f
Submitter: Jenkins
Branch: master

commit e7e9c3ba339fbac4b27fe00065702f929904a71f
Author: jichenjc <email address hidden>
Date: Fri Jan 22 02:46:48 2016 +0800

    change os-consoles to consoles on the path

    /v2.1/{tenant_id}/servers/{server_id}/os-consoles
    is inconsistent to existing code
    it should be
    /v2.1/{tenant_id}/servers/{server_id}/consoles

    Change-Id: I40d63e7685b5f59ce610043d1d6899212eefbb47
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/271235
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=555c7dbdef2863651af6842fcb17fb442f414d5c
Submitter: Jenkins
Branch: master

commit 555c7dbdef2863651af6842fcb17fb442f414d5c
Author: jichenjc <email address hidden>
Date: Fri Jan 22 02:51:30 2016 +0800

    Better wording for certificate_id

    only 'root' is valid now, the others will get exception.

    Change-Id: I0314bd933cc983271b45dd3b123de0d34bd3c3a0
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/271969

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/272955

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/273725

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/273999

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/275076

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/275622

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/275629

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/276648

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/275076
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=95af7c5db5e78a15ccbde451ab1d4517880d6ccd
Submitter: Jenkins
Branch: master

commit 95af7c5db5e78a15ccbde451ab1d4517880d6ccd
Author: jichenjc <email address hidden>
Date: Mon Jan 25 18:10:13 2016 +0800

    change param from user to user_id

    user_id is the correct param , also it's accepted by GET request.

    blueprint fix-compute-api-ref
    Partial-Bug: #1515222

    Change-Id: Ia8e541adb572dad6161dc5895c297949409048f8

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/271969
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=74701951205d12a6d6491e0a985e97f8e63a9577
Submitter: Jenkins
Branch: master

commit 74701951205d12a6d6491e0a985e97f8e63a9577
Author: jichenjc <email address hidden>
Date: Sat Jan 23 09:09:47 2016 +0800

    Add description for os-hosts

    some virt driver code don't support all host functions

    Change-Id: Ia6d448706ca33809f155d8ab66df3ce737f51f0f
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/275068
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=692e2e60bb7d2d8df21587c7082d8642f2fe2a90
Submitter: Jenkins
Branch: master

commit 692e2e60bb7d2d8df21587c7082d8642f2fe2a90
Author: jichenjc <email address hidden>
Date: Mon Jan 25 17:45:44 2016 +0800

    The quota ID is UUID instead of int

    change the type of quota ID from int to UUID

    blueprint fix-compute-api-ref
    Partial-Bug: #1515222

    Change-Id: I1779702f374d4c6fc5328ed3cf0a1fa267459ba6

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/277329

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/275629
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=4489ff57e4b0b4cee4299a9c67321a4bdd06efaf
Submitter: Jenkins
Branch: master

commit 4489ff57e4b0b4cee4299a9c67321a4bdd06efaf
Author: jichenjc <email address hidden>
Date: Tue Jan 26 06:14:22 2016 +0800

    Change descriptions of default policy of networks

    for list, show and create action of networks, the doc is different
    to default code policy, this patch changed them

    blueprint fix-compute-api-ref

    Change-Id: Id846480172c546514c63c1d55b60bf557f10a78b
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/277752

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/278968

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/278969

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/278973

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/278980

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/277329
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=d06bb34b5dc27150559121500572c48ac47b8f16
Submitter: Jenkins
Branch: master

commit d06bb34b5dc27150559121500572c48ac47b8f16
Author: jichenjc <email address hidden>
Date: Wed Jan 27 10:55:39 2016 +0800

    rules is a dict, not a string

    the response of secgroup list include a rules list, so
    it's a dict , not a string.

    fix-compute-api-ref
    Partial-Bug: #1515222

    Change-Id: I286dfedbb01d0da29e7d42c4ac82c9e7c4ae52dd

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/273999
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=397d4f88e62b4c9e45db0408ce37463bef879905
Submitter: Jenkins
Branch: master

commit 397d4f88e62b4c9e45db0408ce37463bef879905
Author: jichenjc <email address hidden>
Date: Mon Jan 25 01:21:27 2016 +0800

    Add descriptions for server groups policy

    add descriptions for valid input of server group policy
    also, the type of the policy field is list ,not a dict.

    Change-Id: I7a1af19dbb2a5924aee70b10a465d38fb8521497
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/278980
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=a664294670bbae6f0e94b632584c090b65d0f1d6
Submitter: Jenkins
Branch: master

commit a664294670bbae6f0e94b632584c090b65d0f1d6
Author: jichenjc <email address hidden>
Date: Fri Jan 29 01:01:17 2016 +0800

    Detach failed will keep the volume in in-use

    currently we say it's 'available' but this is for success
    case, for fail caes, it will be kept in in-use state

    Change-Id: I604a0ca10af3d4b0fdb2f213cf1f3ccff97b2b7d
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/280146

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/280150

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/272955
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=a04f2352dde632912ec556dba5a905ed71400850
Submitter: Jenkins
Branch: master

commit a04f2352dde632912ec556dba5a905ed71400850
Author: jichenjc <email address hidden>
Date: Sun Jan 24 07:56:48 2016 +0800

    Add missing hypervisor_idTemplateParameter

    missing this param so the request param is not complete

    Change-Id: I8cc613043981b0f2e834eaa65241998f87f0b543
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/278973
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=4d89b226aedea0a0be8f3a8f959feac3d90c5998
Submitter: Jenkins
Branch: master

commit 4d89b226aedea0a0be8f3a8f959feac3d90c5998
Author: jichenjc <email address hidden>
Date: Fri Jan 29 00:44:24 2016 +0800

    Adjust the request param sequence

    the volumeAttachment contains volumeId and device
    so it should be on top of them as convention of whole book.

    Change-Id: Ie16cc25b371dedc775520ab0db79e14129ecbe2d
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/280609

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/275622
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=3c70c7d5b88f7cb2b0606b658726d178f0726fba
Submitter: Jenkins
Branch: master

commit 3c70c7d5b88f7cb2b0606b658726d178f0726fba
Author: jichenjc <email address hidden>
Date: Tue Jan 26 06:08:42 2016 +0800

    Change creates network return from 202 to 200

    currently the nova-network returns 200 instead of 202

    blueprint fix-compute-api-ref

    Change-Id: Ib7cc354759d022300b085139b15f630ea6562323
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/281736

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/281743

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/281746

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/281743
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=b6238d8704a4c7de53dcfb797cf0fe63de4d908b
Submitter: Jenkins
Branch: master

commit b6238d8704a4c7de53dcfb797cf0fe63de4d908b
Author: jichenjc <email address hidden>
Date: Thu Feb 18 18:18:28 2016 +0800

    Remove duplicated error code

    remove duplicated error code in interface

    Change-Id: I3d6214630f696e3f92a631ac6200c65e8f381108
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/280609
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=e0070b02ac92e741b5aacf9f9175ffeacee0d039
Submitter: Jenkins
Branch: master

commit e0070b02ac92e741b5aacf9f9175ffeacee0d039
Author: jichenjc <email address hidden>
Date: Sat Jan 30 01:47:00 2016 +0800

    Add show command for os-quota-sets

    show is a valid command and valid path for os-quota-sets
    we missed it now and this patch added it.

    Change-Id: I640ce5d5a8349f6cd96ec2461e5d0556755ef761
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/281736
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=553e5b198eb4aae97baf0f17bfa68cad5f684c9b
Submitter: Jenkins
Branch: master

commit 553e5b198eb4aae97baf0f17bfa68cad5f684c9b
Author: jichenjc <email address hidden>
Date: Thu Feb 18 18:13:49 2016 +0800

    Change attachment_id to port_id

    there is no attachment_id concept in the nova, it's the port
    id that is used.

    Change-Id: Ia7d1d8c30bcd93eb092814019fbb895c326fbcd3
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/278969
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=a6f9f07ec0598652e03887e0e1c5f0073aca7e4a
Submitter: Jenkins
Branch: master

commit a6f9f07ec0598652e03887e0e1c5f0073aca7e4a
Author: jichenjc <email address hidden>
Date: Fri Jan 29 00:37:52 2016 +0800

    Remove duplicate error code in volume

    commandFault and getFault are duplicated, remove them

    Change-Id: I721bb7ba19f11dd149d54dfda4e83eb8358773f8
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/281746
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=c3844faa03639961b4b35dac754f7f76813d7767
Submitter: Jenkins
Branch: master

commit c3844faa03639961b4b35dac754f7f76813d7767
Author: jichenjc <email address hidden>
Date: Thu Feb 18 18:26:48 2016 +0800

    Change fixed_ip from string to list

    fixed_ip is list, not a string

    Change-Id: I834706150d69b3dfd9f427ae21fb312ac88c4ab4
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/280146
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=b3a280befce4bc357d9bc9617e57df277c479854
Submitter: Jenkins
Branch: master

commit b3a280befce4bc357d9bc9617e57df277c479854
Author: jichenjc <email address hidden>
Date: Fri Jan 29 08:56:47 2016 +0800

    defaults not accept a 'user id' as param

    defaults of os-quota-sets do not accept a user id as input
    param, so remove it.

    Change-Id: I5527b3389af8db09e1bcdafbb438359b24b98a9a
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/280150
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=674381e55821631c0fe39dc4a98aa9cf5c327ddf
Submitter: Jenkins
Branch: master

commit 674381e55821631c0fe39dc4a98aa9cf5c327ddf
Author: jichenjc <email address hidden>
Date: Fri Jan 29 09:11:19 2016 +0800

    Params are optional, not mandatory

    those changed request params are not mandotary.

    Change-Id: Ice497246348ed51df6c1f7eab63df42cd9815fdc
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/277752
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=4bd302754e5db4516931df696577372e0b4af555
Submitter: Jenkins
Branch: master

commit 4bd302754e5db4516931df696577372e0b4af555
Author: jichenjc <email address hidden>
Date: Wed Jan 27 23:22:07 2016 +0800

    Add version path for v2.1 and v2

    nova allow /v2 and /v2.1 as path to search version now
    so sync doc with code.

    Change-Id: Iff9f0330d98bf617250e2ad5d09c3c8ebac062e3
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/278968
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=4c9452f9225545499cb1fb11f45ffdcaf3d05c10
Submitter: Jenkins
Branch: master

commit 4c9452f9225545499cb1fb11f45ffdcaf3d05c10
Author: jichenjc <email address hidden>
Date: Fri Jan 29 00:32:12 2016 +0800

    Change return code of POST&GET for volume attach

    The return code is 200 instead of 202 according to code
    so ,change the return code.

    Change-Id: Iac0f127ce5ac7156a5fccae0154cdd2e9e853d91
    Partial-Bug: #1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on api-site (master)

Change abandoned by jichenjc (<email address hidden>) on branch: master
Review: https://review.openstack.org/273725

Revision history for this message
Atsushi SAKAI (sakaia) wrote :

Hello Jichenjc

Is this issue finished or still remain?
I guess this issue is finished, just for confirmation.

Revision history for this message
Anne Gentle (annegentle) wrote :

At the nova design summit session, Ken'ichi said he would review the etherpad and put new bugs in nova as needed. So we can close this one.

Changed in openstack-api-site:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by KATO Tomoyuki (<email address hidden>) on branch: master
Review: https://review.openstack.org/276648

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.