nova/nova/api/openstack/compute/legacy_v2
He Jie Xu e5982de3e9 Reject the cell name include '!', '.' and '@' for Nova API
Nova cells use '!', '.' and '@' for routing the instance in cells.
So those special characters can't include in the cell name.

This patch adds '@' validation for v2 API, and adds '!', '.' and '@'
for v2.1 API.

Change-Id: I5cb704a44c2abfb0bfb5b42d4aa8fefe35cc1523
Partial-Bug: #1491511
2015-09-04 13:01:52 +00:00
..
contrib Reject the cell name include '!', '.' and '@' for Nova API 2015-09-04 13:01:52 +00:00
__init__.py Move existing V2 to legacy_v2 2015-08-12 20:51:14 +08:00
consoles.py Move existing V2 to legacy_v2 2015-08-12 20:51:14 +08:00
extensions.py api: deprecate the api v2 extension configuration 2015-09-01 12:45:55 +00:00
flavors.py Move existing V2 to legacy_v2 2015-08-12 20:51:14 +08:00
image_metadata.py Move existing V2 to legacy_v2 2015-08-12 20:51:14 +08:00
images.py Move existing V2 to legacy_v2 2015-08-12 20:51:14 +08:00
ips.py Move existing V2 to legacy_v2 2015-08-12 20:51:14 +08:00
limits.py Move existing V2 to legacy_v2 2015-08-12 20:51:14 +08:00
server_metadata.py Move existing V2 to legacy_v2 2015-08-12 20:51:14 +08:00
servers.py Pre-load expected attrs that the view builder needs for server details 2015-08-25 11:43:01 -07:00
versions.py Move existing V2 to legacy_v2 2015-08-12 20:51:14 +08:00