Questions tagged [rdo]

RDO is a distribution of OpenStack based on Red Hat flavors of linux.

RDO is a distribution of based on Red Hat Enterprise Linux (), and distributions derived from these (such as , Scientific Linux and others).

36 questions
3
votes
2 answers

OpenStack: Keystone and nova-network inactive after reboot

After Installing RDO (OpenStack Packstack) on CentOS 7.2 (7.2.1511) I always end up with following: Once OpenStack is successfully installed I can use OpenStack as intended. Even that openstack-status returns: .. openstack-nova-network: …
2
votes
0 answers

RDO install OpenStack queens all-in-one get stuck

When I use packstack to install openstack queens allinone, it got stuck at: # sudo packstack --answer-file pack-1534411186.txt Welcome to the Packstack setup utility The installation log file is available at:…
andrewz
  • 87
  • 1
  • 7
2
votes
1 answer

OpenStack's virtual nodes permanently in paused state

Recently I deployed Red Hat OpenStack 10 with Jenkins. I've found that my running nodes are became paused after a while. virsh list stdout: Id | Name | State ------------------------- 1 undercloud-0 paused 2 compute-0 paused 3 …
2
votes
1 answer

Getting signature from Outlook using python with Redemption RDO

I wrote a program that creates a mail in outlook and saves it in the .msg format. I want to add the signature of the user that is sending the mail (so the current account user) at the end of the HTMLBody. So far I haven't been able to find…
plumberry
  • 23
  • 1
  • 6
2
votes
0 answers

RDO to ADO.NET - rdoErrors in Oracle

I am converting some code from VB RDO (using an ODBC cursor) to ADO.NET Some of the old VB code loops through the RDO errors collection to get any ODBC or Server errors and log them accordingly. I've converted the code using Data.Common objects (ex:…
Joe
  • 21
  • 2
2
votes
1 answer

Send mail using Redemption (RDO)

I am using Redemption (RDO) to send an e-mail. The mailing works just fine, but when in Outlook the mail is received, the yellow envelope keeps closed. Normally you click on an unopened e-mail and then the icon change from a yellow closed envelope…
Martijn
  • 24,441
  • 60
  • 174
  • 261
1
vote
1 answer

RDO Connection Time Out Error

When I run the query through VB6, I am getting error as "Time Out Expired" For ADO Connection, I used addConn.CommandTimeout = 1000 For RDO Connection, How can i used CommandTimeout..?
Gopal
  • 11,712
  • 52
  • 154
  • 229
1
vote
0 answers

Openstack SSH keypair (public key) not being authorized or imported into instance

Sorry if this post has bad formatting. This is my first question on here. Please let me know how to fix if so. Openstack setup with RDO packstack all-in-one. Running on Centos-8-Stream. I have imported my public key into Horizon and selected it when…
1
vote
0 answers

VB6, RDO AND QUERYSTRING

I'm creating a query string as follows ... gSql = "{ CALL MYSP( ?, ?, ?, ?, ?, ?, {resultset 10, RECORD_OUTPUT} ) }" the {resultset 1000, RECORD_OUTPUT} is copied it from Microsoft's MSDN The error displayed after I compile is: identifier…
1
vote
1 answer

Install OpenStack using RDO packstack --allinone, got stuck at the prompt asking for Password

Install OpenStack using RDO packstack --allinone, got stuck at the prompt asking for password. Which password is it asking for? Welcome to the Packstack setup utility Installing: Clean Up [ DONE…
Leo
  • 731
  • 5
  • 8
1
vote
0 answers

dynamically add instances or compute node in openstack

I may be using the wrong terms, but I was just wondering how would I go about dynamically adding instances or compute nodes? I did an all in one packstack deployment of openstack. I saw an rdo guide on how to add an additional compute nodes. Does…
user187558
  • 21
  • 5
1
vote
0 answers

hevc frame level bit allocation

Hi I am working on HEVC standard using HM Reference code Version 13.0. I'm working on a new algorithm for frame level bit allocation and in order to estimate some parameters I need to know the number of bit used by the encoder for the luma…
0
votes
1 answer

How to use a rdo connection in stored procedure

Using VB6 and SQL Server 2000 I want to pass the value to stored procedure using rdo connection. I know stored procedure and rdo connection string, but I don't know how to pass parameter value to stored procedure through rdo connection. Tried…
Gopal
  • 11,712
  • 52
  • 154
  • 229
0
votes
0 answers

I get an error from sql .delete after updating sqlserver

We support a V6 program. The code does a query, gets the result set, and performs a .delete on the result, no problem. We updated to SQL server 2005, and the .delete suddenly fails with the vague "The statement has been terminated" error. I rewrite…
Elsie
  • 11
0
votes
4 answers

Openstack Cirros instance cannot ping or resolve Internet hosts

I have deployed RDO Openstack Xena on Virtual Box. There were no errors in the installation. Created external network another network named blue and attached it to a router. I defined 8.8.8.8 as DNS. Everything looks fine but when I create Cirros…
1
2 3