Activity log for bug #1048533

Date Who What changed Old value New value Message
2012-09-10 08:28:38 Clint Byrum bug added bug
2012-09-10 08:28:49 Clint Byrum nominated for series juju/0.5
2012-09-10 08:28:49 Clint Byrum bug task added juju/0.5
2012-09-10 08:28:56 Clint Byrum juju: status New Fix Released
2012-09-10 08:41:56 Launchpad Janitor branch linked lp:juju/0.5
2012-09-10 09:03:26 Clint Byrum juju/0.5: status New Fix Committed
2012-09-10 18:52:01 Clint Byrum juju/0.5: milestone 0.5.2
2012-09-10 18:52:09 Clint Byrum juju/0.5: importance Undecided Wishlist
2012-09-10 18:53:39 Clint Byrum juju/0.5: assignee Clint Byrum (clint-fewbar)
2012-09-27 15:36:55 Clint Byrum bug task added juju (Ubuntu)
2012-09-27 15:37:13 Clint Byrum nominated for series Ubuntu Precise
2012-09-27 15:37:13 Clint Byrum bug task added juju (Ubuntu Precise)
2012-09-27 15:37:22 Clint Byrum juju (Ubuntu): status New Fix Released
2012-09-27 15:37:27 Clint Byrum juju (Ubuntu Precise): status New Triaged
2012-09-27 15:37:30 Clint Byrum juju (Ubuntu Precise): importance Undecided High
2012-09-27 19:01:27 Clint Byrum description The OpenStack provider is fairly isolated from the rest of the code base in Juju, and enables access to additional cloud providers (Namely, HP). == SRU Information == Note that this is not a bug fix bug a backported API enablement fix. Without this change, HPCloud and others cannot be used with juju in precise. [Test Case] 1. Obtain credentials for an OpenStack cloud (HPCloud or a private instance of OpenStack) 2. Setup your credentials in ~/.juju/environments.yaml - Here is a redacted sample for hpcloud: hpcloud: juju-origin: proposed access-key: XXXXXXXXXXXXXXXXXXXX secret-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx project-id: "youremail@yourdomain.foo-tenant1" admin-secret: ffffffffffffffffffffffffffffffff control-bucket: juju-eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee default-image-id: 8419 default-instance-type: standard.small default-series: precise region: az-1.region-a.geo-1 nova-uri: https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/ auth-url: https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/ auth-mode: userpass username: youremail@yourdomain.foo password: ZZZZZZZZ project-name: youremail@yourdomain.com-tenant1 type: openstack 3. deploy mysql juju bootstrap -e hpcloud juju deploy mysql -e hpcloud 4. Verify it works juju ssh -e hpcloud mysql/0 'sudo mysql -uroot -p`cat /var/lib/juju/mysql.passwd`' [Regression Potential] This is entirely new code, so the risk of regression is very low. One issue may be that entries of type: openstack added to environments.yaml will cause errors on earlier versions of juju, but these can be easily commented out. == The OpenStack provider is fairly isolated from the rest of the code base in Juju, and enables access to additional cloud providers (Namely, HP).
2012-09-29 05:11:16 Clint Byrum juju/0.5: status Fix Committed Fix Released
2021-10-14 04:49:38 Steve Langasek juju (Ubuntu Precise): status Triaged Won't Fix