Merge pull request #560 from cloudnull/Issue409
Added nova console variable
This commit is contained in:
commit
b7e1483aea
@ -140,6 +140,10 @@ nova_service_password:
|
||||
nova_v3_service_password:
|
||||
nova_s3_service_password:
|
||||
|
||||
# Uncomment "nova_console_endpoint" to define a specific nova console URI or
|
||||
# IP address this will construct the specific proxy endpoint for the console.
|
||||
# nova_console_endpoint: console.company_domain.name
|
||||
|
||||
|
||||
## RPC Support
|
||||
rpc_support_holland_password:
|
||||
|
@ -13,6 +13,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
nova_html5proxy_base_url: "http://{{ external_vip_address }}:6082/spice_auto.html"
|
||||
nova_html5proxy_base_url: "http://{{ nova_console_endpoint|default(external_vip_address) }}:6082/spice_auto.html"
|
||||
nova_console_keymap: en-us
|
||||
nova_console_agent_enabled: True
|
||||
|
Loading…
x
Reference in New Issue
Block a user