Fix configurations reference for SPICE
The following options appear: enabled = False (BoolOpt) enable spice related features enabled = False (BoolOpt) Whether the V3 API is enabled or not The option about V3 API is for nova v3 api, a mistake was also fixed on nova.flagmappings. Change-Id: I110f860dd220da4dcdf573b42f67abaee1945c22 Closes-bug: #1266977
This commit is contained in:
parent
d115fb0bab
commit
47f22c5820
@ -23,10 +23,6 @@
|
||||
<td>enabled = False</td>
|
||||
<td>(BoolOpt) enable spice related features</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>enabled = False</td>
|
||||
<td>(BoolOpt) Whether the V3 API is enabled or not</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>html5proxy_base_url = http://127.0.0.1:6082/spice_auto.html</td>
|
||||
<td>(StrOpt) location of spice html5 console proxy, in the form "http://127.0.0.1:6082/spice_auto.html"</td>
|
||||
@ -45,4 +41,4 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -158,7 +158,7 @@ enable_instance_password compute
|
||||
enable_network_quota quota
|
||||
enable_new_services api
|
||||
enabled spice
|
||||
enabled v3api
|
||||
enabled apiv3
|
||||
enabled_apis api
|
||||
enabled_ssl_apis api
|
||||
extensions_blacklist apiv3
|
||||
|
Loading…
Reference in New Issue
Block a user