diff options
author | Jenkins <jenkins@review.openstack.org> | 2012-06-28 23:50:20 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2012-06-28 23:50:20 +0000 |
commit | 2c0083d84ab07be55e4cea49a3273e6890b22d3c (patch) | |
tree | 0674708711b0b2553e3a6e9debfc551d38968e5e | |
parent | 1fc170b3c5b57dc40c4aa9a70d93acedb8555a0b (diff) | |
parent | d01e0bc661b7a266ee79df4bd3277e6489f749e9 (diff) | |
download | nova-2c0083d84ab07be55e4cea49a3273e6890b22d3c.tar.gz nova-2c0083d84ab07be55e4cea49a3273e6890b22d3c.tar.xz nova-2c0083d84ab07be55e4cea49a3273e6890b22d3c.zip |
Merge "Add missing utils declaration to RPM spec."
-rw-r--r-- | plugins/xenserver/xenapi/contrib/rpmbuild/SPECS/openstack-xen-plugins.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/xenserver/xenapi/contrib/rpmbuild/SPECS/openstack-xen-plugins.spec b/plugins/xenserver/xenapi/contrib/rpmbuild/SPECS/openstack-xen-plugins.spec index 1ed78d3a5..505d42fe2 100644 --- a/plugins/xenserver/xenapi/contrib/rpmbuild/SPECS/openstack-xen-plugins.spec +++ b/plugins/xenserver/xenapi/contrib/rpmbuild/SPECS/openstack-xen-plugins.spec @@ -34,3 +34,4 @@ rm -rf $RPM_BUILD_ROOT /etc/xapi.d/plugins/pluginlib_nova.py /etc/xapi.d/plugins/xenhost /etc/xapi.d/plugins/xenstore.py +/etc/xapi.d/plugins/utils.py |