Skip to main content
  1. Blog
  2. Article

Canonical
on 12 June 2014

Migrating juju to HP Cloud’s Horizon


HP Cloud retired its old regions this month. If you use juju on HP Cloud and your account was created before this year, you may need to update your juju config and possibly complete your project setup in Horizon.

There are two changes you must make to each HP Cloud environment listed in environments.yaml. Set the region option to “region-a.geo-1″ or “region-b.geo-1″, which are US West and US East respectively. The new regions do not automatically assign public IPs. The use-floating-ip option must be set to “true” to tell juju to request a public address.

use-floating-ip: true
region: region-a.geo-1

Note that juju does not yet release the public address when you destroy the machine, You need to use the nova command line tools or the Horizon console > Project > Compute > Access & Security > Floating IPs to release them. We will release a fix for “Floating IPs are not recycled in OpenStack Havana” soon.

If you haven’t used these regions before, you needs to register your public SSH keys and create a default network for each one you use. Visit Horizon console > Project > Compute > Access & Security > Key Pairs. Most people migrating just copied their public keys to the new region. Visit Horizon console > Project > Networks > Network and verify or create a default network, something like 10.0.0.0/24.

Related posts


Cheng Tsui-Chia
19 March 2026

Advantech MIC-770 V3W now certified on Ubuntu 24.04 LTS

Internet of Things Article

Canonical announces that it has certified Advantech’s latest modular fanless edge IPC system, MIC-770 V3W, on Ubuntu 24.04LTS. With official Ubuntu certification, the MIC-770 V3W provides a securely-designed, stable platform with long-term compatibility ideal for AIoT and edge computing applications. An industrial-grade, high performance ...


Canonical
18 March 2026

Canonical collaborates with Microsoft to strengthen enterprise-grade Linux protection

Security Article

Canonical is working with Microsoft Defender to improve the security of organizations’ mission-critical Linux workloads  (March 18, 2026) Today Canonical, the publishers of Ubuntu, announce a new security initiative with Microsoft Defender, aimed at deeply reinforcing the security offered along with Canonical’s security maintenance servic ...


Simon Aronsson
17 March 2026

Building a dry-run mode for the OpenTelemetry Collector

Observability Article

Teams continuously deploy programmable telemetry pipelines to production, without having access to a dry-run mode. At the same time, most organizations lack staging environments that resemble production – especially with regards to observability and other platform-level services. Despite knowing the potential risks involved due to the lac ...