On Tue, 2012-08-28 at 11:28 +0200, mfoj...@redhat.com wrote: > From: Michal Fojtik <mfoj...@redhat.com> > > * HardwareProfile model used :name attribute as an ID, which > is an exception to other Deltacloud models. This patch will > unify this naming, so all models in Deltacloud should have > the :id and :name parameter. > > Signed-off-by: Michal fojtik <mfoj...@redhat.com> > --- > server/lib/deltacloud/drivers/base_driver.rb | 31 +++--- > server/lib/deltacloud/models/hardware_profile.rb | 120 > +++++++++++----------- > server/views/hardware_profiles/index.html.haml | 2 +- > server/views/hardware_profiles/show.html.haml | 4 +- > server/views/hardware_profiles/show.xml.haml | 3 +- > 5 files changed, 78 insertions(+), 82 deletions(-)
ACK