On 02/27/2013 06:24 PM, jvl...@redhat.com wrote:
> A backtrace was sporadically produced for a
> GET /api/instance/
>
> When one instance is being destroyed during a GET for
> another instance, a backtrace is produced. This is because
> a query for all instances (vms) was being done. Th
[
https://issues.apache.org/jira/browse/DTACLOUD-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joseph J. VLcek updated DTACLOUD-462:
-
Attachment: 0001-RHEV-M-avoid-failure-of-GET-instance-details.patch
An updated patch, t
A backtrace was sporadically produced for a
GET /api/instance/
When one instance is being destroyed during a GET for
another instance, a backtrace is produced. This is because
a query for all instances (vms) was being done. The list of
all instances is gathered, one instance is destr
Skeleton tests for the last two collections missing tests.
Rakefile update to include those tests in the rake task
From: Ronelle Landy
---
tests/Rakefile |2 +-
tests/deltacloud/addresses_test.rb | 28 ++
tests/deltacloud/common_tests_collections.rb |6 ++--
tests/deltacloud/drivers_test.rb | 28 ++
Hi
after today's Deltacloud Network API discussion and as general
information for anyone that wasn't on the call - we agreed that we would
each:
1. fill in the spreadsheet @
https://docs.google.com/spreadsheet/ccc?key=0AnIzjKffwLzqdEV5RGFBWmpfeFZqSXJBZHZzQUNQbEE#gid=0
(please feel free to change
[
https://issues.apache.org/jira/browse/DTACLOUD-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588546#comment-13588546
]
Marios Andreou commented on DTACLOUD-480:
-
thanks - pushed with commit # de51348
[
https://issues.apache.org/jira/browse/DTACLOUD-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marios Andreou resolved DTACLOUD-480.
-
Resolution: Fixed
> Digitalocean driver: undefined method `valid_credentials?' erro
[
https://issues.apache.org/jira/browse/DTACLOUD-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marios Andreou closed DTACLOUD-480.
---
> Digitalocean driver: undefined method `valid_credentials?' error when using
> using "?f
[
https://issues.apache.org/jira/browse/DTACLOUD-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marios Andreou closed DTACLOUD-477.
---
> Openstack provider: Realms id not correctly reported from GET
> /api/instance/Instance_i
[
https://issues.apache.org/jira/browse/DTACLOUD-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marios Andreou resolved DTACLOUD-477.
-
Resolution: Fixed
> Openstack provider: Realms id not correctly reported from GET
[
https://issues.apache.org/jira/browse/DTACLOUD-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588544#comment-13588544
]
Marios Andreou commented on DTACLOUD-477:
-
re-recorded fixtures pushed after ACK
ACK to series - GET /api/addresses and GET /cimi/addresses both work now.
Was able to gem install sinatra-rabbit-1.1.5
> From: mfoj...@redhat.com
> To: dev@deltacloud.apache.org
> Sent: Wednesday, February 27, 2013 9:23:34 AM
> Subject: [PATCH core 1/3] CIMI: Removed debug statements from
> Addre
On 02/27, jprov...@redhat.com wrote:
ACK. Pushing.
> From: Jan Provaznik
>
> Error responses from server don't have to contain backend node, only a
> message.
> For example 401 error response looks like:
>
> Authentication required
>
>
> This patch makes sure that dc-client doesn't fail i
From: Jan Provaznik
Error responses from server don't have to contain backend node, only a message.
For example 401 error response looks like:
Authentication required
This patch makes sure that dc-client doesn't fail if 'backend' node is not
present.
---
client/lib/deltacloud.rb | 6 --
From: Michal Fojtik
Sinatra::Rabbit for CIMI is now CIMI::Rabbit
Sinatra::Rabbit for Deltacloud is now Deltacloud::CIMI
Signed-off-by: Michal fojtik
---
server/lib/deltacloud/drivers/openstack/openstack_driver.rb| 6 +++---
server/lib/deltacloud/helpers/deltacloud_helper.rb |
From: Michal Fojtik
NOTE: A sinatra-rabbit >= 1.15 is required to make this work and to
fix the bug.
Signed-off-by: Michal fojtik
---
server/deltacloud-core.gemspec| 2 +-
server/lib/cimi/collections/base.rb | 4
server/lib/deltacloud/collections/base.rb | 4
3 file
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/lib/cimi/collections/addresses.rb | 2 --
1 file changed, 2 deletions(-)
diff --git a/server/lib/cimi/collections/addresses.rb
b/server/lib/cimi/collections/addresses.rb
index 92aca3e..c34068d 100644
--- a/server/lib/cimi/collection
> From: "Dies Koper"
> To: dev@deltacloud.apache.org
> Sent: Tuesday, February 26, 2013 7:24:38 PM
> Subject: RE: Deltacloud - Tests - adding testpoint for creating an image from
> a stopped instance - if supported
>
> Hi Ronelle,
>
> Thanks for picking this up. It was on my todo list but have
[
https://issues.apache.org/jira/browse/DTACLOUD-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588341#comment-13588341
]
Michal Fojtik commented on DTACLOUD-500:
Fix is here:
http://tracker.deltacloud
From: Michal Fojtik
NOTE: A sinatra-rabbit >= 1.15 is required to make this work and to
fix the bug.
Signed-off-by: Michal fojtik
---
server/deltacloud-core.gemspec| 2 +-
server/lib/cimi/collections/base.rb | 4
server/lib/deltacloud/collections/base.rb | 4
3 file
From: Michal Fojtik
Signed-off-by: Michal fojtik
---
server/lib/cimi/collections/addresses.rb | 2 --
1 file changed, 2 deletions(-)
diff --git a/server/lib/cimi/collections/addresses.rb
b/server/lib/cimi/collections/addresses.rb
index 92aca3e..c34068d 100644
--- a/server/lib/cimi/collection
[
https://issues.apache.org/jira/browse/DTACLOUD-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588266#comment-13588266
]
Michal Fojtik commented on DTACLOUD-500:
Indeed, this is most likely a Rabbit bu
On 02/26, lut...@redhat.com wrote:
ACK! Pushing.
-- Michal
> From: David Lutterkort
>
> It's now possible to say
>
> array :things, :ref => CIMI::Model::Target
>
> to have an array things where each entry is a TargetRef
>
> Fixes https://issues.apache.org/jira/browse/DTACLOUD-499
> ---
24 matches
Mail list logo