Add fields: uuid, task_state, updated_at, and pxe_config_path
to aid system admins in troubleshooting issues.
Fixes bug 1184449
Change-Id: Ia4c03cb228b3efe602455bf05883ddf03b7f18da
Adds api sample tests and and api samples for the
disk-config extension
Partially implements blueprint v3-api-unittests
Partially implements blueprint v3-api-specification
Change-Id: Ic5c1e4d4e8c6edf3fceef456a79c1f5b79a3b5aa
Adds api sample tests and api samples for console output
Partially implements blueprint v3-api-unittests
Partially implements blueprint v3-api-specification
Change-Id: I76664a1b0355011c7b42e8571eaf732faed44933
Adds api sample tests and api samples for attach interfaces
Partially implements blueprint v3-api-unittests
Partially implements blueprint v3-api-specification
Change-Id: I54088cca1b83a8b92620062840606f2340a528c9
The status code of confirm_resize should be 202, but it
returns 204 now. That because it returns HTTPNoContent
that overwrites the status code of decorator 'wsgi.response(202)'
And adds API samples for confirm_resize that used to test
the status code of confirm_resize.
Partially implements blueprint v3-api-unittests
Closes-bug: #1233561
Change-Id: I50a3046866af0a1efdb5c41ded40f973b02843e8
a private flavor
In FlavorManage extension, a change has been made to
create flavor-access for a corresponding tenant on
creating a private flavor
This also requires the api-samples for flavor-access
to be changed, since there will be a flavor-access created
by default on creating a private flavor
This commit has a DocImpact
Change-Id: I7795fbd04ae9fc8b1ea6fb27203dfa5217d310ce
Fixes: bug 1209101
Adds V3 API versions of the urlmap unittests. These test that
the V3 content is returned when expected in the format expected.
Adds the extension plugin as being discoverage in the fake policy
files for the unitests to provide some easily known data to check
for the urlmap tests.
Updates extension info api sample tests
Partially implements v3-api-unittests
Change-Id: I67f2a3516ffee02b6dbf258ee35e1fd084ba060c
Adds V3 API samples for the services, simple tenant usage and
server_diagnostics extensions. Bundling them together to save
on review load
Partially implements blueprint v3-api-unittests
Partially implements blueprint v3-api-specification
Change-Id: I91edc6500acbe92221427383b4bcd3d00a8faadd
Fixes cases where in the V3 API the ephemeral, swap and vcpus
attributes for flavors were returned as the empty string
when they had a value of 0. Also removes default setting for
the disabled attribute as it is always set in the db.
Fixes up some associated testcase data as it was using data which
could not exist in the db.
Change-Id: I90f48956411f792037b1cd744c4fa8d287f9e752
Closes-Bug: #1216929
Adds the v3 API samples for the hide server addresses and
keypairs extensions. Bundled together to reduce review load
Partially implements blueprint v3-api-specification
+DocImpact
Change-Id: If331d79a878af7543c8792ab4d675fc996c3cd04
Adds the rest of API samples for the core servers plugin. This is separate
from the other servers api samples because the output is potentially
dependent on all the other extensions and I'm expecting lots of merge
issues.
Partially implements blueprint v3-api-specification
Partially implements blueprint v3-api-unittests
Change-Id: Iffc814f327b0047c3510bfe5b8bbcb9e0e4540db
Adds V3 API samples for remote consoles, deferred delete
extensions. Bundling them together to save on review load
Partially implements blueprint v3-api-unittests
Partially implements blueprint v3-api-specification
Change-Id: I595532d9e1b8eed80336c0258be3e9d07ec7461e
The list of jobs in this doc file was out of date and most of the links
didn't work anymore. Instead of trying to list out specifics which will
just get out of date again, include a generic pointer to where you can
find results (on code reviews).
Change-Id: Ief65281abae48bee6a679f76068e315227cf6991
Closes-bug: #1199577