do not allow specs with zwsp characters

For some reason a number of specs (and docs) have zwsp characters
inserted in URLs. This causes crud in the reviews, and really
confusing errors around line lengths for people (we count them, but
they aren't seen in their editor).

This removes them and makes a test to make sure they never come back.

Change-Id: Ib6e94725e2716dbb2ff86f272fbe4a6987714444
This commit is contained in:
Sean Dague
2016-06-01 14:42:38 -04:00
parent ed3fa63282
commit 4ed51d077e
7 changed files with 14 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ REST API impact
Change in should be added in a new API microversion:
`GET /v2.1/os-hypervisors/{hypervisor_id}`
`GET /v2.1/os-hypervisors/{hypervisor_id}`
Show hypervisor details
Shows details for a specified hypervisor.

View File

@@ -51,7 +51,7 @@ REST API impact
The method:
"/v2/{tenant_id}/servers/{server_id}"
"/v2/{tenant_id}/servers/{server_id}"
With the method type PUT.