]> review.fuel-infra Code Review - openstack-build/cinder-build.git/log
openstack-build/cinder-build.git
11 years agoRegisters the correct service with keystone
Thomas Goirand [Thu, 22 Nov 2012 17:29:09 +0000 (17:29 +0000)]
Registers the correct service with keystone

Rewritten-From: 7971381f7d14459330a13ae1e30f892f6162a3ed

11 years agoAdded missing (conditional) lsb-base depends.
Thomas Goirand [Thu, 22 Nov 2012 17:26:45 +0000 (17:26 +0000)]
Added missing (conditional) lsb-base depends.

Rewritten-From: b42eba1df1a192779d64be122a937aefe9bdf2ff

11 years agoAdded service and endpoint creation in cinder-api.
Thomas Goirand [Thu, 22 Nov 2012 17:13:42 +0000 (17:13 +0000)]
Added service and endpoint creation in cinder-api.

Rewritten-From: 915da0db707a1b3ac80152cbdc1b34e1ebc1e929

11 years agoAdded upstream changelog
Thomas Goirand [Tue, 20 Nov 2012 13:11:11 +0000 (13:11 +0000)]
Added upstream changelog

Rewritten-From: 1409c106cdf141cb2e3e4a76f26c0f58702599a6

11 years agoRemoved duplicate get-orig-source: (it's in pkgos.make)
Thomas Goirand [Tue, 20 Nov 2012 13:07:51 +0000 (13:07 +0000)]
Removed duplicate get-orig-source: (it's in pkgos.make)

Rewritten-From: 2370fe1049c09794a8aec2f8df4be0a0a35cc867

11 years agoRemove duplicate Build-Depends: openstack-pkg-tools
Thomas Goirand [Tue, 20 Nov 2012 12:56:42 +0000 (12:56 +0000)]
Remove duplicate Build-Depends: openstack-pkg-tools

Rewritten-From: 1163b5dfc244ca342ab9a8c52fd63d68a2f0ee19

11 years agoMove some stuff to pkgos.make
Thomas Goirand [Fri, 16 Nov 2012 14:58:53 +0000 (14:58 +0000)]
Move some stuff to pkgos.make

Rewritten-From: 8163782ab99099a7316759defb0f53eb06787ba4

12 years agoMerge branch 'debian/experimental' of ssh://git.debian.org/git/openstack/cinder into...
Thomas Goirand [Thu, 1 Nov 2012 16:55:49 +0000 (16:55 +0000)]
Merge branch 'debian/experimental' of ssh://git.debian.org/git/openstack/cinder into debian/experimental

Rewritten-From: 553f80d4949e57eef7a2eeef8257f2799275fabd

12 years agoNow auto-detects and prompts for a volume group using debconf.
Thomas Goirand [Thu, 1 Nov 2012 16:41:11 +0000 (16:41 +0000)]
Now auto-detects and prompts for a volume group using debconf.

Rewritten-From: d72454056628b831c113cec69b7d16b39e0d20ac

12 years agoRemoved set -x
Roland Mas [Tue, 30 Oct 2012 13:16:48 +0000 (14:16 +0100)]
Removed set -x

Rewritten-From: 9ebd902f5b4523665b1a981e3dc5fd4d9776362f

12 years agoRemoved set-x in debian/cinder-common.postinst.in
Thomas Goirand [Tue, 30 Oct 2012 06:08:10 +0000 (06:08 +0000)]
Removed set-x in debian/cinder-common.postinst.in

Rewritten-From: 8f2bc080587ae19e585b18f4dd13e37dfc57f26c

12 years agoStart using factored pkgos_* stuff from openstack-pkg-tools
Roland Mas [Mon, 29 Oct 2012 14:33:37 +0000 (15:33 +0100)]
Start using factored pkgos_* stuff from openstack-pkg-tools

Rewritten-From: 3382765b9dd96fc2dcd402592bf432a0436feafb

12 years ago* Now asking for Keystone credentials using the new pkg_os function.
Thomas Goirand [Fri, 26 Oct 2012 15:31:24 +0000 (15:31 +0000)]
* Now asking for Keystone credentials using the new pkg_os function.
* Patches api-paste.ini for syntax.

Rewritten-From: 067671210ae82140f63a390a3808be58ef8313d6

12 years agoCopy of pkgos_func from glance.
Thomas Goirand [Fri, 26 Oct 2012 15:18:39 +0000 (15:18 +0000)]
Copy of pkgos_func from glance.

Rewritten-From: e561c1167beb94ea108b61b28b6fc931104cd651

12 years ago * Now uses pkgos_func functions for debconf and dbconfig-common handling.
Thomas Goirand [Fri, 26 Oct 2012 11:07:48 +0000 (11:07 +0000)]
  * Now uses pkgos_func functions for debconf and dbconfig-common handling.
  * Renames /etc/sudoers.d/cinder_sudoers as /etc/sudoers.d/cinder-common.
  * Debconf now users cinder/<debconf-screen-name> and not cinder-common/.
  * Reviewed long and short descriptions in debian/control.
  * Bumped Build-Depends-Indep: python-all to 2.6.6-3~ since we are using dh_python2.
  * Added everyone in the team as Uploaders:.
  * Changed Homepage field to http://cinder.openstack.org/.
  * Dependencies are now by alpha order.
  * Removed useless empty cinder-volume.postrm, cinder-api.postrm,
  cinder-scheduler.postinst, cinder-scheduler.postrm.
  * Pre-Depends: dpkg (>= 1.15.6~) because we use xz compression.

Rewritten-From: d239a41dc96d1b9bd509ef602f7843fe246423cb

12 years agoFixes wrong handling (eg: policy violation) of /etc/cinder/cinder.conf
Thomas Goirand [Tue, 9 Oct 2012 15:41:23 +0000 (15:41 +0000)]
Fixes wrong handling (eg: policy violation) of /etc/cinder/cinder.conf

Rewritten-From: a2db1a0e0160f1ef5adf18019913913ee91a4f77

12 years agoAdded a gbp.conf file.
Thomas Goirand [Tue, 9 Oct 2012 09:16:17 +0000 (09:16 +0000)]
Added a gbp.conf file.

Rewritten-From: 4e3a93b926aecd2d611472aa42692e3b409da853

12 years agoRe-added ubuntu upstart files using the .in extension.
Thomas Goirand [Tue, 9 Oct 2012 09:15:50 +0000 (09:15 +0000)]
Re-added ubuntu upstart files using the .in extension.

Rewritten-From: 109e582a8712368c71a37f4d9f8c5a7b5b1b4ea4

12 years agoAdded a get-vcs-source target and sets compression to use XZ level 9.
Thomas Goirand [Tue, 9 Oct 2012 09:07:29 +0000 (09:07 +0000)]
Added a get-vcs-source target and sets compression to use XZ level 9.

Rewritten-From: cb536593b3118549957150c8aa1d204d36941f27

12 years agoNew upstream release 2012.2
Mehdi Abaakouk [Sat, 29 Sep 2012 07:23:55 +0000 (09:23 +0200)]
New upstream release 2012.2

Rewritten-From: f38845847b0fd97d479c1df3ecd30958c50841df

12 years agoUpdate MANIFEST.in patch
Mehdi Abaakouk [Thu, 20 Sep 2012 09:48:40 +0000 (11:48 +0200)]
Update MANIFEST.in patch

Rewritten-From: 9b04adffad72d6511d012242e055004eda111f88

12 years agoMerge snapshot 6b31057
Mehdi Abaakouk [Thu, 20 Sep 2012 09:39:32 +0000 (11:39 +0200)]
Merge snapshot 6b31057

Rewritten-From: 173159edd3161286c7a4dc02f91aa9528a3a2556

12 years agoDon't suppress upstream file on dh_clean
Mehdi Abaakouk [Thu, 20 Sep 2012 09:25:57 +0000 (11:25 +0200)]
Don't suppress upstream file on dh_clean

Rewritten-From: b6b00b17c10950ef0820eca23458ea8261e457f3

12 years agodump version to folsom rc1
Mehdi Abaakouk [Thu, 20 Sep 2012 08:51:18 +0000 (10:51 +0200)]
dump version to folsom rc1

Rewritten-From: 4db120aed379d285a015d39ecdee0b476dfdfde0

12 years agoAdd rules to generate quickly the manifest.in
Mehdi Abaakouk [Thu, 20 Sep 2012 08:50:11 +0000 (10:50 +0200)]
Add rules to generate quickly the manifest.in

Rewritten-From: 715979ce4e38c52e75c7b305f94b50de1a6e57cf

12 years agoSet important path
Mehdi Abaakouk [Thu, 20 Sep 2012 08:49:34 +0000 (10:49 +0200)]
Set important path

Rewritten-From: 593829ec9df6281a0329c1785a534e42faf4f274

12 years agoChange two remaining rename mistake
Mehdi Abaakouk [Tue, 18 Sep 2012 20:36:06 +0000 (22:36 +0200)]
Change two remaining rename mistake

Rewritten-From: 201d36952527079d4f3b2e8892c4ac76c8fb085b

12 years agoAdd files that need to be installed
Mehdi Abaakouk [Mon, 17 Sep 2012 09:00:58 +0000 (11:00 +0200)]
Add files that need to be installed

Rewritten-From: 36900ab3835d2a50475d540a0c3465caf5697bb2

12 years agoAdd debconf po directory and dependency
Mehdi Abaakouk [Mon, 17 Sep 2012 08:12:35 +0000 (10:12 +0200)]
Add debconf po directory and dependency

Rewritten-From: f2c3c43d4d190669f582e5e80dee1b11bd360547

12 years agoFix error in configuration file
Mehdi Abaakouk [Mon, 17 Sep 2012 08:11:45 +0000 (10:11 +0200)]
Fix error in configuration file

Rewritten-From: bf3322b270d4975bfe2ab90d62a59959848a0a78

12 years agoClean /var/lib/cinder on purge
Mehdi Abaakouk [Mon, 17 Sep 2012 08:11:14 +0000 (10:11 +0200)]
Clean /var/lib/cinder on purge

Rewritten-From: d7ca199c9a81546267e69e5af5a7267350494010

12 years agoMispelling in init script arguments
Mehdi Abaakouk [Sun, 16 Sep 2012 08:31:54 +0000 (10:31 +0200)]
Mispelling in init script arguments

Rewritten-From: 61893fa7dd642d568eb1032cebe4c37259bc1372

12 years agoAdd dbconfig-common support
Mehdi Abaakouk [Sun, 16 Sep 2012 08:30:59 +0000 (10:30 +0200)]
Add dbconfig-common support

Rewritten-From: a92453e9e1544e0562cf2cd9486b954a34170b23

12 years agoFix some lintian warning
Mehdi Abaakouk [Sun, 16 Sep 2012 08:29:29 +0000 (10:29 +0200)]
Fix some lintian warning

Rewritten-From: 5774c62cac69ae0693518d293df04210f4c3f30b

12 years agoAdd po rules
Mehdi Abaakouk [Sun, 16 Sep 2012 08:28:51 +0000 (10:28 +0200)]
Add po rules

Rewritten-From: 46bf1962cb352b25d9482f928cf86dc0bdc14a45

12 years agoRemove update-rc.d, it's already done by DEBHELPER
Mehdi Abaakouk [Sun, 16 Sep 2012 08:27:57 +0000 (10:27 +0200)]
Remove update-rc.d, it's already done by DEBHELPER

Rewritten-From: d31d12b3b45ea6886f515dd65b7878f3abf3c03e

12 years agoAdd debian dir
Mehdi Abaakouk [Thu, 13 Sep 2012 14:14:57 +0000 (16:14 +0200)]
Add debian dir

Rewritten-From: b6d25531fe539c03173d9d68aca375e5d411071c