Merge pull request #560 from cloudnull/Issue409

Added nova console variable
This commit is contained in:
Matt Thompson 2014-11-20 15:57:10 +00:00
commit b7e1483aea
2 changed files with 5 additions and 1 deletions

View File

@ -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:

View File

@ -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