Bug 856483 - rhevm-sdk: change all occurrences of ovirt -> rhevm [TEXT]
Summary: rhevm-sdk: change all occurrences of ovirt -> rhevm [TEXT]
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-sdk
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Michael Pasternak
QA Contact: Ilia Meerovich
URL:
Whiteboard: infra
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-12 06:40 UTC by Oded Ramraz
Modified: 2016-07-05 00:07 UTC (History)
8 users (show)

Fixed In Version: si20
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 856497 (view as bug list)
Environment:
Last Closed: 2012-12-04 19:57:15 UTC
oVirt Team: Infra
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Oded Ramraz 2012-09-12 06:40:42 UTC
Description of problem:

connection failure error message need to rephrase and replace oVirt->RHEVM

error: [ERROR]::oVirt API connection failure, [Errno 111] Connection refused

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Oded Ramraz 2012-09-12 06:43:38 UTC
We can change it to something generic in order to refrain from oVirt -> RHEVM changes between upstream -> downstream .

Comment 2 Michael Pasternak 2012-09-12 06:46:04 UTC
can't rephrase '[Errno 111] Connection refused' - httplib error,
also RHEVM branding does not define re-branding of error messages.

Comment 3 Oded Ramraz 2012-09-12 06:49:01 UTC
We fixed it in few places , see https://bugzilla.redhat.com/show_bug.cgi?id=854218 for example .

Comment 4 Oded Ramraz 2012-09-12 07:07:04 UTC
I see it in ping command as well :
[RHEVM shell (connected)]# ping

success: oVirt manager could be reached OK.

Comment 7 Oded Ramraz 2012-09-24 06:51:06 UTC
I found this message in the rsdl description:
<description>The oVirt RESTful API description language.</description>

Comment 8 Michael Pasternak 2012-09-24 06:57:15 UTC
(In reply to comment #7)
> I found this message in the rsdl description:
> <description>The oVirt RESTful API description language.</description>

oded this is sdk bug ...

Comment 11 Ilia Meerovich 2012-11-18 13:44:45 UTC
working according to https://gerrit.eng.lab.tlv.redhat.com/#/c/2250/
[imeerovi@imeerovi ART]$ rpm -qa | grep rhevm-cli
rhevm-cli-3.1.0.17-1.el6ev.noarch
[imeerovi@imeerovi ART]$ python
Python 2.6.6 (r266:84292, Aug 28 2012, 10:55:56) 
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from ovirtsdk.xml import params
>>> from ovirtsdk.api import API
>>> api = API(url='https://jenkins-vm-16.qa.lab.tlv.redhat.com:4433/api/', username='vdcadmin.tlv.redhat.com', password='123456', insecure=True)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/site-packages/ovirtsdk/api.py", line 92, in __init__
    url='/api')
  File "/usr/lib/python2.6/site-packages/ovirtsdk/infrastructure/proxy.py", line 129, in request
    last=last)
  File "/usr/lib/python2.6/site-packages/ovirtsdk/infrastructure/proxy.py", line 169, in __doRequest
    raise ConnectionError, str(e)
ovirtsdk.infrastructure.errors.ConnectionError: [ERROR]::Connection failure, [Errno 111] Connection refused
>>> 
[imeerovi@imeerovi ART]$ rpm -qa | grep sdk
rhevm-sdk-3.1.0.14-1.el6ev.noarch


Note You need to log in before you can comment on or make changes to this bug.