branches with status:
Name Status Last Modified Last Commit
lp:~gandelman-a/charms/precise/nova-cloud-controller/trunk bug(Has a merge proposal) Development 2012-10-12 19:37:13 UTC
53. Remove redundant relation interfaces....

Author: Adam Gandelman
Revision Date: 2012-10-12 19:37:13 UTC

Remove redundant relation interfaces.

Removes the cloud-controller and network-controller relations. All of the
functionality contained in these hooks can be easily condensed into the
cloud-compute/nova-volume-services interfaces. This simplifies deployment,
avoids redundant and ambigious relations and makes things generally cleaner.

lp:~gandelman-a/charms/precise/nova-volume/do_upgrade Development 2012-10-12 19:35:04 UTC
21. Remove cloud-controller relation. Th...

Author: Adam Gandelman
Revision Date: 2012-10-12 19:35:04 UTC

Remove cloud-controller relation.

This hook only existed to be able to have nova-c-c trigger
service restarts here. It can just as easily do so via
the nova-volume-service relation instead.

lp:~gandelman-a/charms/precise/nova-volume/trunk bug Development 2012-10-12 19:35:04 UTC
21. Remove cloud-controller relation. Th...

Author: Adam Gandelman
Revision Date: 2012-10-12 19:35:04 UTC

Remove cloud-controller relation.

This hook only existed to be able to have nova-c-c trigger
service restarts here. It can just as easily do so via
the nova-volume-service relation instead.

lp:~gandelman-a/charms/precise/keystone/do_upgrade Development 2012-10-12 17:26:34 UTC
39. Rename config option for consistency ...

Author: Adam Gandelman
Revision Date: 2012-10-12 17:26:48 UTC

Rename config option for consistency across charms: keystone-release -> openstack-origin.

lp:~gandelman-a/charms/precise/keystone/trunk bug Development 2012-10-12 17:26:34 UTC
39. Rename config option for consistency ...

Author: Adam Gandelman
Revision Date: 2012-10-12 17:26:48 UTC

Rename config option for consistency across charms: keystone-release -> openstack-origin.

lp:~gandelman-a/ubuntu/quantal/novnc/drop_init (Has a merge proposal) Development 2012-10-09 23:57:15 UTC
8. Drop debian/novnc.init

Author: Adam Gandelman
Revision Date: 2012-10-09 23:57:15 UTC

Drop debian/novnc.init

lp:~gandelman-a/ubuntu/quantal/openvswitch/1.4.3 bug(Has a merge proposal) Development 2012-10-02 16:40:43 UTC
35. Add bugref.

Author: Adam Gandelman
Revision Date: 2012-10-01 18:10:03 UTC

Add bugref.

lp:~gandelman-a/charms/precise/keystone/db_recreate_services (Has a merge proposal) Development 2012-09-20 18:15:58 UTC
36. hooks/utils.py: Avoid another duplica...

Author: Adam Gandelman
Revision Date: 2012-09-20 18:15:58 UTC

hooks/utils.py: Avoid another duplicate role assignment in create_role().

Do not add role directly through API in create_role(). Use grant_role()
utility function instead, which checks for duplicate assignments.

lp:~gandelman-a/charms/precise/rabbitmq-server/remove_sudo (Has a merge proposal) Development 2012-09-14 20:07:25 UTC
34. Remove sudoers.d entry for 'ubuntu' u...

Author: Adam Gandelman
Revision Date: 2012-09-14 20:06:14 UTC

Remove sudoers.d entry for 'ubuntu' user.

At some point in the past, the branch at lp:charms/rabbitmq-server
ended up including changes specific to the Openstack Ubuntu
Testing CI lab. These changes include bumps to the revision number
and an entry in /etc/sudoers.d/ that grants sudo access to the 'ubuntu'
user.

lp:~gandelman-a/ubuntu/precise/openvswitch/lp1044318 bug(Has a merge proposal) Development 2012-09-12 17:04:20 UTC
28. Add .pc/lp1044318-Reset-upper-layer-p...

Author: Adam Gandelman
Revision Date: 2012-09-12 17:04:20 UTC

Add .pc/lp1044318-Reset-upper-layer-protocol-info.patch.

lp:~gandelman-a/ubuntu/quantal/openvswitch/lp1044318 bug Development 2012-09-07 20:38:31 UTC
35. Update series.

Author: Adam Gandelman
Revision Date: 2012-09-07 20:38:31 UTC

Update series.

lp:~gandelman-a/ubuntu/quantal/horizon/1024326 Development 2012-09-06 00:57:01 UTC
126. debian/control: Drop lessc dependency...

Author: Adam Gandelman
Revision Date: 2012-09-06 00:57:01 UTC

debian/control: Drop lessc dependency, add Suggests: node-less
instead.

lp:~gandelman-a/+junk/improved_parse Development 2012-08-29 20:29:16 UTC
169. archive-tools/prep_sru_changelog.py: ...

Author: Adam Gandelman
Revision Date: 2012-08-28 23:38:00 UTC

archive-tools/prep_sru_changelog.py: Drop use of seconds in datestamp.

lp:~gandelman-a/+junk/results-queue Development 2012-08-17 22:05:38 UTC
13. Misc updates and packaging fixes.

Author: Adam Gandelman
Revision Date: 2012-08-17 22:07:23 UTC

Misc updates and packaging fixes.

lp:~gandelman-a/ubuntu/quantal/python-django-compressor/fix_install bug(Has a merge proposal) Development 2012-08-15 00:38:00 UTC
4. debian/control: Add 'Provides: ${pyth...

Author: Adam Gandelman
Revision Date: 2012-08-15 00:11:26 UTC

debian/control: Add 'Provides: ${python:Provides}' to fix package
installation. (LP: #1036907)

lp:~gandelman-a/+junk/testing-skeleton Development 2012-08-09 04:06:09 UTC
3. Skeleton scripts for prototyping at h...

Author: jenkins-bitch
Revision Date: 2012-08-09 04:05:25 UTC

Skeleton scripts for prototyping at home.

lp:~gandelman-a/charms/precise/keystone/config-changed (Has a merge proposal) Development 2012-08-08 23:18:49 UTC
32. Allow reconfiguration of admin user c...

Author: Adam Gandelman
Revision Date: 2012-08-08 23:17:52 UTC

Allow reconfiguration of admin user credentials via 'juju set'

This adds the ability to update a users' password via keystoneclient. This is
called for every run of ensure_initial_admin().

A basic config-changed hook is added to call ensure_initial_admin(), allowing:

    - Changing the current admin user's password via
      'juju set admin-password=foo'
    - Defining a new admin user in the system via
      'juju set admin-user=newadmin admin-password=foo'.

Note, when creating a new admin user, the previous admin user is not deleted from the system.
The new admin user can manage existing users thru the dashboard or keystoneclient.

lp:~gandelman-a/charms/precise/keystone/fix-grant-role (Has a merge proposal) Development 2012-08-08 21:35:53 UTC
32. Make utils.grant_role() more idempote...

Author: Adam Gandelman
Revision Date: 2012-08-08 20:27:36 UTC

Make utils.grant_role() more idempotent.

Keystone+keystoneclient have recently changed to now throw errors when
a role is assigned to a user+tenant more than once. Account for this
by checking user+tenant's role assignments before attempting to assign.

The changes to keystone+keystoneclient happened in folsom, but this operation
is supported in the Essex release as well, so applying to the precise charm
branch to avoid an early delta between precise + quantal branches (which doesn't
exist yet).

lp:~gandelman-a/+junk/gerrit-precommit Development 2012-08-01 23:51:56 UTC
151. Add precommit config.

Author: Adam Gandelman
Revision Date: 2012-08-01 23:51:59 UTC

Add precommit config.

lp:~gandelman-a/ubuntu/precise/openvswitch/ovs-ppc-ftbfs (Has a merge proposal) Development 2012-07-26 19:03:04 UTC
26. Add .pc/fix_ftbfs_big_endian.patch

Author: Adam Gandelman
Revision Date: 2012-07-26 19:03:04 UTC

Add .pc/fix_ftbfs_big_endian.patch

lp:~gandelman-a/ubuntu/precise/openvswitch/update_key_bytes bug(Has a merge proposal) Development 2012-07-26 18:28:45 UTC
25. debian/patches/fix_ftbfs_big_endian.p...

Author: Adam Gandelman
Revision Date: 2012-07-26 18:29:40 UTC

debian/patches/fix_ftbfs_big_endian.patch: Fix FTBFS on PPC.

lp:~gandelman-a/+junk/openstack-ubuntu-testing-tempest Development 2012-07-24 04:09:53 UTC
142. More fixes.

Author: Adam Gandelman
Revision Date: 2012-07-24 04:10:37 UTC

More fixes.

lp:~gandelman-a/ubuntu/precise/sqlalchemy/lp1025544 bug(Has a merge proposal) Development 2012-07-23 18:23:59 UTC
37. debian/patches/lp1025544-fix-sqlite-r...

Author: Adam Gandelman
Revision Date: 2012-07-23 18:23:18 UTC

debian/patches/lp1025544-fix-sqlite-reflection.patch: Fix sqlite database
reflection bug that can result in FK constraint name type issues.
(LP: #1025544)

lp:~gandelman-a/+junk/juju_testing Development 2012-07-12 01:23:26 UTC
128. tests/juju: Address machines by dns-n...

Author: Adam Gandelman
Revision Date: 2012-07-12 01:23:26 UTC

tests/juju: Address machines by dns-name, part 2.

lp:~gandelman-a/+junk/openstack-ubuntu-testing-nose Development 2012-07-05 23:30:28 UTC
115. run_tests.py: Use JOB_NAME, not JENKI...

Author: Adam Gandelman
Revision Date: 2012-07-05 23:30:40 UTC

run_tests.py: Use JOB_NAME, not JENKINS_JOB.

lp:~gandelman-a/ubuntu/precise/python-eventlet/fix_assertions bug(Has a merge proposal) Development 2012-07-02 01:31:00 UTC
18. Add patch file.

Author: Adam Gandelman
Revision Date: 2012-07-02 01:23:31 UTC

Add patch file.

lp:~gandelman-a/+junk/openstack-tests Development 2012-06-28 00:32:05 UTC
1. Initial commit.

Author: Adam Gandelman
Revision Date: 2012-06-28 00:32:03 UTC

Initial commit.

lp:~gandelman-a/+junk/openstack-ubuntu-testing-schroot Development 2012-06-26 00:12:47 UTC
92. lib/schroot.py: Use $USER instead of ...

Author: Adam Gandelman
Revision Date: 2012-06-26 00:12:47 UTC

lib/schroot.py: Use $USER instead of $LOGNAME.

lp:~gandelman-a/+junk/juju-deployer_scrub Development 2012-06-21 23:48:01 UTC
34. Add '-S' option to scrub ZK of cached...

Author: Adam Gandelman
Revision Date: 2012-06-21 23:48:06 UTC

Add '-S' option to scrub ZK of cached charms.

lp:~gandelman-a/charms/precise/ppabuilder/trunk Development 2012-06-21 17:08:46 UTC
2. Merge lp:~patrick-hetu/charms/precise...

Author: Adam Gandelman
Revision Date: 2012-06-21 17:08:55 UTC

Merge lp:~patrick-hetu/charms/precise/ppabuilder/trunk

lp:~gandelman-a/+junk/openstack-ubuntu-testing Development 2012-06-20 19:09:11 UTC
74. bin/build-package: Only use environme...

Author: Adam Gandelman
Revision Date: 2012-06-20 19:09:11 UTC

bin/build-package: Only use environment variables when '-j' is passed.

lp:~gandelman-a/+junk/charms-quantal-glance Development 2012-06-12 16:51:32 UTC
38. Merge lp:~charmers/charms/quantal/gla...

Author: Adam Gandelman
Revision Date: 2012-06-12 16:51:32 UTC

Merge lp:~charmers/charms/quantal/glance/trunk

lp:~gandelman-a/charms/precise/glance/glance_db Development 2012-06-12 16:50:06 UTC
22. config-get the correct config option.

Author: Adam Gandelman
Revision Date: 2012-06-12 16:50:06 UTC

config-get the correct config option.

lp:~gandelman-a/+junk/charms-quantal-keystone Development 2012-06-08 18:52:28 UTC
45. Save tested package versions to /tmp/...

Author: Adam Gandelman
Revision Date: 2012-06-08 18:52:28 UTC

Save tested package versions to /tmp/versions_tested.

lp:~gandelman-a/+junk/charms-quantal-nova-cloud-controller Development 2012-06-08 18:48:38 UTC
62. Bump rev.

Author: Adam Gandelman
Revision Date: 2012-06-08 18:48:38 UTC

Bump rev.

lp:~gandelman-a/+junk/charms-quantal-nova-compute Development 2012-06-08 18:47:42 UTC
58. Bump rev.

Author: Adam Gandelman
Revision Date: 2012-06-08 18:47:42 UTC

Bump rev.

lp:~gandelman-a/+junk/charms-quantal-nova-volume Development 2012-06-08 18:46:56 UTC
26. Save tested package versions to /tmp/...

Author: Adam Gandelman
Revision Date: 2012-06-08 18:46:56 UTC

Save tested package versions to /tmp/versions_tested.

lp:~gandelman-a/charms/quantal/mysql/trunk Development 2012-06-05 01:09:17 UTC
82. Sync revno 31 across charms

Author: Openstack Ubuntu Testing Bot
Revision Date: 2012-04-14 05:42:17 UTC

Sync revno 31 across charms

lp:~gandelman-a/+junk/charms-quantal-horizon Development 2012-06-04 23:51:29 UTC
29. Allow specification of arbitrary QA l...

Author: Adam Gandelman
Revision Date: 2012-05-28 17:53:16 UTC

Allow specification of arbitrary QA lab repos as qa-foo-bar

lp:~gandelman-a/+junk/charms-quanta-horizon Development 2012-06-04 23:37:05 UTC
29. Allow specification of arbitrary QA l...

Author: Adam Gandelman
Revision Date: 2012-05-28 17:53:16 UTC

Allow specification of arbitrary QA lab repos as qa-foo-bar

lp:~gandelman-a/+junk/charms-quantal-rabbitmq Development 2012-06-04 23:35:34 UTC
28. Sync revno 31 across charms

Author: Openstack Ubuntu Testing Bot
Revision Date: 2012-04-14 05:42:17 UTC

Sync revno 31 across charms

lp:~gandelman-a/+junk/charms-quantal-mysql Development 2012-06-04 23:34:39 UTC
82. Sync revno 31 across charms

Author: Openstack Ubuntu Testing Bot
Revision Date: 2012-04-14 05:42:17 UTC

Sync revno 31 across charms

lp:~gandelman-a/ubuntu/quantal/netcat-openbsd/merge bug(Has a merge proposal) Development 2012-05-30 22:08:56 UTC
13. Add bug reference

Author: Adam Gandelman
Revision Date: 2012-05-30 22:05:05 UTC

Add bug reference

lp:~gandelman-a/charms/precise/glance/precise Development 2012-05-29 23:15:17 UTC
13. Add myself as maintainer.

Author: Adam Gandelman
Revision Date: 2012-05-29 23:15:17 UTC

Add myself as maintainer.

lp:~gandelman-a/ubuntu/precise/glance/sru_979745 bug Development 2012-05-23 23:44:29 UTC
52. Add patch

Author: Adam Gandelman
Revision Date: 2012-05-23 23:44:29 UTC

Add patch

lp:~gandelman-a/ubuntu/precise/openldap/proposed-rebuild bug(Has a merge proposal) Development 2012-05-04 22:23:00 UTC
52. Fix changelog entry

Author: Adam Gandelman
Revision Date: 2012-05-04 22:23:00 UTC

Fix changelog entry

lp:~gandelman-a/ubuntu/precise/cyrus-sasl2/sru990742 bug Development 2012-05-03 22:14:18 UTC
50. * Fix ABI incompatability during slap...

Author: Adam Gandelman
Revision Date: 2012-05-03 19:45:41 UTC

* Fix ABI incompatability during slapd upgrades (LP: #990742):
  - debian/control: Set Breaks: 'slapd < 2.4.25-4' on libsasl2-2.
  - deian/rules: Introduce shlib dependency on 2.1.24 for libsasl2-2.

lp:~gandelman-a/ubuntu/precise/swift/devlog_testing_fix bug Development 2012-03-23 17:06:19 UTC
35. debian/patches/allow_testing_logfile....

Author: Adam Gandelman
Revision Date: 2012-03-23 01:20:28 UTC

debian/patches/allow_testing_logfile.patch: Allow test suites
to configure a custom logfile, instead of using /dev/log. Fixes FTBFS
of other components that may use swift in middleware during test suites.
(LP: #961871)

lp:~gandelman-a/charms/precise/keystone/redux Development 2012-03-09 22:56:59 UTC
28. Track service_passwds on disk

Author: Adam Gandelman
Revision Date: 2012-03-09 22:56:59 UTC

Track service_passwds on disk

lp:~gandelman-a/ubuntu/precise/keystone/packaging_sync_03092011 (Has a merge proposal) Development 2012-03-09 01:34:28 UTC
98. Merge proposed

Author: Adam Gandelman
Revision Date: 2012-03-09 01:34:26 UTC

Merge proposed

lp:~gandelman-a/ubuntu/precise/nova/packaging_sync_03092011 (Has a merge proposal) Development 2012-03-09 01:27:46 UTC
337. * debian/patches/ec2-fixes.patch: Dro...

Author: Adam Gandelman
Revision Date: 2012-03-09 01:27:36 UTC

* debian/patches/ec2-fixes.patch: Dropped. Merge upstream at 121537c3
* debain/{rules, nova-docs.doc}: Docs now built in doc/build/.
* debian/patches/libvirt-use-console-pipe.patch: Update use of
  instance['name'] instead of instance_name

lp:~gandelman-a/ubuntu/precise/glance/lp883988 bug Development 2012-03-08 02:16:24 UTC
123. Add patch

Author: Adam Gandelman
Revision Date: 2012-03-08 01:41:49 UTC

Add patch

lp:~gandelman-a/keystone/pkg_changes_03062011 (Has a merge proposal) Development 2012-03-07 02:11:14 UTC
97. * debian/patches/keystone-auth.patch:...

Author: Adam Gandelman
Revision Date: 2012-03-07 02:11:08 UTC

* debian/patches/keystone-auth.patch: Drop, applied upstream at commit
  29337e66.
* debian/patches/sql_connection.patch: Refresh

lp:~gandelman-a/nova/pkg_changes_03062011 (Has a merge proposal) Development 2012-03-07 02:05:59 UTC
337. * debian/patches/ec2-fixes.patch: Dro...

Author: Adam Gandelman
Revision Date: 2012-03-07 02:05:41 UTC

* debian/patches/ec2-fixes.patch: Dropped. Merge upstream at 121537c3
* debain/{rules, nova-docs.doc}: Docs now built in doc/build/.

lp:~gandelman-a/nova/patch_fixups (Has a merge proposal) Development 2012-03-06 03:52:17 UTC
336. debian/patches/{ec2-fixes.patch, libv...

Author: Adam Gandelman
Revision Date: 2012-03-06 03:51:53 UTC

debian/patches/{ec2-fixes.patch, libvirt-console-pipe.patch}: Fix and
refresh. Add dep3 headers from original git commits.

lp:~gandelman-a/ubuntu/precise/keystone/lp945299 bug(Has a merge proposal) Development 2012-03-03 01:42:17 UTC
96. debian/keystone.preinst: Create group...

Author: Adam Gandelman
Revision Date: 2012-03-03 01:38:46 UTC

debian/keystone.preinst: Create group before creating user (LP: #945299)

lp:~gandelman-a/charms/precise/nova-cloud-controller/redux Development 2012-03-02 20:47:07 UTC
33. Update to use keystone service creden...

Author: Adam Gandelman
Revision Date: 2012-03-02 20:45:42 UTC

Update to use keystone service credentials

lp:~gandelman-a/charms/precise/glance/redux Development 2012-03-02 20:46:32 UTC
18. Update to use keystone service creden...

Author: Adam Gandelman
Revision Date: 2012-03-02 20:45:12 UTC

Update to use keystone service credentials

lp:~gandelman-a/keystone/auth_token_patch (Has a merge proposal) Development 2012-03-02 06:11:30 UTC
91. debian/patches/improve_auth_token.pat...

Author: Adam Gandelman
Revision Date: 2012-03-02 03:33:44 UTC

debian/patches/improve_auth_token.patch: Temporarily carry improvements to
auth_token middleware until next upload.

lp:~gandelman-a/nova/service_config_patch (Has a merge proposal) Development 2012-03-02 03:21:48 UTC
331. debian/patches/service_account_placeh...

Author: Adam Gandelman
Revision Date: 2012-03-02 03:21:48 UTC

debian/patches/service_account_placeholder.patch: Add examples
to highlight new keystone service auth interface.

lp:~gandelman-a/glance/service_config_patch (Has a merge proposal) Development 2012-03-02 03:21:45 UTC
120. debian/patches/service_account_placeh...

Author: Adam Gandelman
Revision Date: 2012-03-02 03:19:16 UTC

debian/patches/service_account_placeholder.patch: Add examples
to highlight new keystone service auth interface.

lp:~gandelman-a/keystone/lxml Development 2012-03-01 21:09:52 UTC
90. debian/control: Add python-lxml to py...

Author: Adam Gandelman
Revision Date: 2012-03-01 21:09:44 UTC

debian/control: Add python-lxml to python-keystone Depends + BuildDepends

lp:~gandelman-a/keystone/ksl-packaging Development 2012-03-01 02:40:01 UTC
91. debian/keystone.postinst: Remove crea...

Author: Adam Gandelman
Revision Date: 2012-03-01 02:06:30 UTC

debian/keystone.postinst: Remove create_users stuff, add call to 'db_sync'
on install

lp:~gandelman-a/nova/libvirt_refresh_2 (Has a merge proposal) Development 2012-03-01 00:35:13 UTC
330. debian/patches/libvirt-use-console-pi...

Author: Adam Gandelman
Revision Date: 2012-02-29 23:49:48 UTC

debian/patches/libvirt-use-console-pipe.patch: Refresh

lp:~gandelman-a/nova/libvirt_patch_refresh (Has a merge proposal) Development 2012-02-29 23:49:48 UTC
330. debian/patches/libvirt-use-console-pi...

Author: Adam Gandelman
Revision Date: 2012-02-29 23:49:48 UTC

debian/patches/libvirt-use-console-pipe.patch: Refresh

lp:~gandelman-a/nova/py-iso8601 (Has a merge proposal) Development 2012-02-29 20:35:03 UTC
329. debian/control: Add python-iso8601 to...

Author: Adam Gandelman
Revision Date: 2012-02-29 20:34:53 UTC

debian/control: Add python-iso8601 to python-nova Depends

lp:~gandelman-a/nova/debian-merge (Has a merge proposal) Development 2012-02-29 19:54:06 UTC
317. debain/control: Fix nova-compute-$fla...

Author: Adam Gandelman
Revision Date: 2012-02-29 19:52:49 UTC

debain/control: Fix nova-compute-$flavor Depends

lp:~gandelman-a/ubuntu/precise/nova/lp940780 bug(Has a merge proposal) Development 2012-02-25 06:22:17 UTC
323. debian/patches/libvirt-use-console-pi...

Author: Adam Gandelman
Revision Date: 2012-02-25 06:20:04 UTC

debian/patches/libvirt-use-console-pipe.patch: Refresh

lp:~gandelman-a/ubuntu/precise/python-iso8601/dh_python2 bug(Has a merge proposal) Development 2012-02-25 02:45:34 UTC
4. Add bug ref

Author: Adam Gandelman
Revision Date: 2012-02-25 02:44:00 UTC

Add bug ref

lp:~gandelman-a/+junk/keystone Development 2012-02-21 21:03:40 UTC
82. Remove 0001-Fix-logging.config-import...

Author: Adam Gandelman
Revision Date: 2012-02-21 17:06:44 UTC

Remove 0001-Fix-logging.config-import.patch

lp:~gandelman-a/nova/iso8601 (Has a merge proposal) Development 2012-02-20 09:45:13 UTC
313. debian/control: Add new dependency py...

Author: Adam Gandelman
Revision Date: 2012-02-20 09:45:05 UTC

debian/control: Add new dependency python-iso8601 to Build-Depends +
python-nova Depends

lp:~gandelman-a/glance/iso8601 (Has a merge proposal) Development 2012-02-20 09:41:16 UTC
117. debian/control: Add new dependency to...

Author: Adam Gandelman
Revision Date: 2012-02-20 09:41:07 UTC

debian/control: Add new dependency to python-glance: python-iso8601.

lp:~gandelman-a/ubuntu/precise/python-keystoneclient/argparsefix (Has a merge proposal) Development 2012-02-17 23:14:40 UTC
20. debian/patches/disable-argparse.patch...

Author: Adam Gandelman
Revision Date: 2012-02-17 23:08:34 UTC

debian/patches/disable-argparse.patch: Refresh and enable in series

lp:~gandelman-a/+junk/stack-setup Development 2012-02-09 21:34:18 UTC
23. diablo lab publish script

Author: Adam Gandelman
Revision Date: 2012-02-09 21:34:18 UTC

diablo lab publish script

lp:~gandelman-a/horizon/remove_openstackx (Has a merge proposal) Development 2012-02-08 01:42:08 UTC
24. debian/control: Remove openstackx (LP...

Author: Adam Gandelman
Revision Date: 2012-02-08 01:41:40 UTC

debian/control: Remove openstackx (LP: #906654)

lp:~gandelman-a/+junk/smoser-deployer Development 2012-02-07 18:35:05 UTC
23. Only deploy if services are listed in...

Author: Adam Gandelman
Revision Date: 2012-02-07 07:30:24 UTC

Only deploy if services are listed in to_deploy, rename argument to --max-concurrent

lp:~gandelman-a/charms/oneiric/swift-proxy/update_interfaces (Has a merge proposal) Development 2012-02-07 01:42:34 UTC
19. metadata: Update interfaces

Author: Adam Gandelman
Revision Date: 2012-02-07 00:19:25 UTC

metadata: Update interfaces

lp:~gandelman-a/charms/oneiric/nova-compute/update_interfaces (Has a merge proposal) Development 2012-02-07 01:40:10 UTC
29. metadata: Update for new interface na...

Author: Adam Gandelman
Revision Date: 2012-02-07 01:35:08 UTC

metadata: Update for new interface names. Add 'qemu' as a supported virt-type

lp:~gandelman-a/charms/oneiric/nova-cloud-controller/update_interfaces (Has a merge proposal) Development 2012-02-07 01:38:41 UTC
22. metadata: Update interface names, ren...

Author: Adam Gandelman
Revision Date: 2012-02-07 01:33:36 UTC

metadata: Update interface names, rename nova-network:nova to network-manage:nova-network

lp:~gandelman-a/charms/oneiric/glance/update_interfaces (Has a merge proposal) Development 2012-02-07 01:38:09 UTC
13. metadata: update interfaces, config: ...

Author: Adam Gandelman
Revision Date: 2012-02-07 01:21:01 UTC

metadata: update interfaces, config: use glance-db instead of nova-db

lp:~gandelman-a/charms/oneiric/swift-storage/interface_update (Has a merge proposal) Development 2012-02-07 00:16:27 UTC
9. metadata: Update interfaces

Author: Adam Gandelman
Revision Date: 2012-02-07 00:16:02 UTC

metadata: Update interfaces

lp:~gandelman-a/+junk/cobbler-lvm-snapshot-multi-release Development 2012-02-02 23:55:42 UTC
7. Update for multi-release support

Author: Adam Gandelman
Revision Date: 2012-02-02 23:55:42 UTC

Update for multi-release support

lp:~gandelman-a/ubuntu/precise/nova/lp923817 bug(Has a merge proposal) Development 2012-01-31 16:44:31 UTC
286. Remove whitespace

Author: Adam Gandelman
Revision Date: 2012-01-31 16:44:31 UTC

Remove whitespace

lp:~gandelman-a/ubuntu/precise/facter/merge922788 bug(Has a merge proposal) Development 2012-01-27 20:00:30 UTC
18. * Merge from Debian testing (LP: #922...

Author: Adam Gandelman
Revision Date: 2012-01-27 19:52:39 UTC

* Merge from Debian testing (LP: #922788). Remaining changes:
  - debian/rules: use what we had in natty; we don't want ruby-pkg-tools
    in main. (LP: #408402)
  - debian/control: Continue using ruby + libopenssl-ruby as Build-Depends
    even tho Debian has moved to gem2deb (not in main). Move ruby-json to
    Suggests.
  - debian/rules: Use dh_prep instead of dh_clean, add build-arch +
    build-indep targets
  - debian/control: Make binary package depend on ruby1.8 explicitly.
* Dropped changes:
  - debian/control: Update debhelper Build-Depends to 8 (Updated in Debian)
* Move dmidecode from Depends to Recommends (Closes: #651501)
* New upstream release
* Add dependency on dmidecode
* New upstream release

lp:~gandelman-a/+junk/juju-stack Development 2012-01-25 03:33:22 UTC
1. Init

Author: Adam Gandelman
Revision Date: 2012-01-25 03:33:22 UTC

Init

lp:~gandelman-a/nova/connection_type_fix (Has a merge proposal) Development 2012-01-24 23:49:29 UTC
282. debian/nova-compute-{kvm,xen,uml,lxc}...

Author: Adam Gandelman
Revision Date: 2012-01-24 23:49:29 UTC

debian/nova-compute-{kvm,xen,uml,lxc}.conf: Move connection_type to nova.conf so migrations from postinst work until Bug #921294 is addressed

lp:~gandelman-a/charms/precise/keystone/qa-testing Development 2012-01-24 19:05:25 UTC
21. Update manager for new keystone manag...

Author: Adam Gandelman
Revision Date: 2012-01-24 19:05:25 UTC

Update manager for new keystone management implementation

lp:~gandelman-a/glance/policyjson (Has a merge proposal) Development 2012-01-23 17:30:13 UTC
109. debian/glance-api.install: Add policy...

Author: Adam Gandelman
Revision Date: 2012-01-23 17:23:01 UTC

debian/glance-api.install: Add policy.json

lp:~gandelman-a/ubuntu/precise/glance/pasteconfigs (Has a merge proposal) Development 2012-01-20 18:56:38 UTC
106. debian/glance-api.install, glance-reg...

Author: Adam Gandelman
Revision Date: 2012-01-20 18:44:25 UTC

debian/glance-api.install, glance-registry.install: Install
new paste configs that have been split among servers.

lp:~gandelman-a/+junk/cobbler-lvm-snapshot Development 2012-01-19 18:19:27 UTC This branch is empty.
lp:~gandelman-a/+junk/swift_test Development 2011-12-23 19:15:33 UTC
1. init

Author: Adam Gandelman
Revision Date: 2011-12-23 19:15:33 UTC

init

lp:~gandelman-a/charms/precise/swift-storage/trunk Development 2011-12-23 19:15:07 UTC
9. Generate container-server.conf from i...

Author: Adam Gandelman
Revision Date: 2011-12-23 19:15:07 UTC

Generate container-server.conf from its own set of config headers

lp:~gandelman-a/charms/precise/mysql/trunk Development 2011-12-23 01:50:21 UTC
70. Adam Gandelman hooks/install: call 'a...

Author: Nick Barcet
Revision Date: 2011-12-20 08:34:32 UTC

Adam Gandelman hooks/install: call 'apt-get update' before 'apt-get install'

lp:~gandelman-a/swift/ubuntu-merge (Has a merge proposal) Development 2011-12-23 00:55:11 UTC
53. debian/container-server.conf: Add [co...

Author: Adam Gandelman
Revision Date: 2011-12-23 00:55:11 UTC

debian/container-server.conf: Add [container-sync] heading required
to start container-sync

lp:~gandelman-a/glance/ubuntu-rm-postinst bug(Has a merge proposal) Development 2011-12-22 22:36:25 UTC
76. * debian/control: Drop python-support...

Author: Adam Gandelman
Revision Date: 2011-12-22 22:35:59 UTC

* debian/control: Drop python-support from Build-Depends
* debian/python-glance.postinst: Removed. python-support is needed
  for update-python-modules but not a dependency. Let dh_python2
  generate instead. (LP: #907543)

lp:~gandelman-a/nova/ubuntu-rm-postinst bug(Has a merge proposal) Development 2011-12-22 22:32:23 UTC
205. Removed python-nova.postinst, let dh_...

Author: Adam Gandelman
Revision Date: 2011-12-22 22:31:57 UTC

Removed python-nova.postinst, let dh_python2 generate instead since
python-support is not a dependency. (LP: #907543)

lp:~gandelman-a/ubuntu/precise/keystone/907518 bug(Has a merge proposal) Development 2011-12-21 23:54:22 UTC
53. debian/python-keystone.postinst: Also...

Author: Adam Gandelman
Revision Date: 2011-12-21 23:53:54 UTC

debian/python-keystone.postinst: Also install *.egg-info (LP: #907518)

lp:~gandelman-a/ubuntu/precise/nova/lp907543 bug(Has a merge proposal) Development 2011-12-21 23:11:27 UTC
260. Removed python-nova.postinst, let dh_...

Author: Adam Gandelman
Revision Date: 2011-12-21 23:05:39 UTC

Removed python-nova.postinst, let dh_python2 generate instead since
python-support is not a dependency. (LP: #907543)

lp:~gandelman-a/ubuntu/precise/glance/lp907543 bug(Has a merge proposal) Development 2011-12-21 22:56:22 UTC
97. * debian/control: Drop python-support...

Author: Adam Gandelman
Revision Date: 2011-12-21 22:56:04 UTC

* debian/control: Drop python-support from Build-Depends
* debian/python-glance.postinst: Removed. python-support is needed
  for update-python-modules but not a dependency. Let dh_python2
  generate instead. (LP: #907543)

lp:~gandelman-a/charms/precise/swift-proxy/trunk Development 2011-12-21 19:51:23 UTC
19. Add keystone relation

Author: Adam Gandelman
Revision Date: 2011-12-21 19:51:23 UTC

Add keystone relation

301400 of 496 results