<div dir="ltr"><div>When I try to follow the instalation guide I'm having some issues ( <a href="http://docs.openstack.org/developer/ironic/deploy/install-guide.html">http://docs.openstack.org/developer/ironic/deploy/install-guide.html</a> )</div><div>I installed the devstack with ironic and did worked. Now, having a single machine running devstack, I want to deploy the Ironic on it. So, I'll have a machine as the controller node and another machine as the one ironic will use as a VM.</div><div>I'm using Ubuntu 14.04 and when I download the irnoic services</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">    # Available in Ubuntu 14.04 (trusty)<br>    apt-get install ironic-api ironic-conductor python-ironicclient</blockquote><div><br></div><div>I get the ironic-api version and the version downloaded was the 2014.1.rc1</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">    ironic-api --version<br>    2014.1.rc1</blockquote><div><br></div><div>This version don't have the capability 'create_schema', as it's required in the guide</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">    ironic-dbsync --config-file /etc/ironic/ironic.conf create_schema</blockquote><div><br></div><div>So, following some tips in the #openstack-ironic, I downloaded the code from the repository, and installed it after removing the downloaded ironic-api:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">    git clone <a href="https://github.com/openstack/ironic.git">https://github.com/openstack/ironic.git</a><br>    python setup.py install</blockquote><div><br></div><div>Now the ironic-dbsync is working with the create_schema, and I have the following ironic-api version:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">    ironic-api --version<br>    2015.1.dev206.g2db2659</blockquote><div><br></div><div>But when I continue the guide</div><div>1) I get an error on the ironic-api service</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">    sudo service ironic-api restart<br>    ironic-api: unrecognized service</blockquote><div><br></div><div>2) nova-scheduler service don't exist</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">    sudo service nova-scheduler restart<br>    nova-scheduler: unrecognized service</blockquote><div><br></div><div>3) Neither nova-compute</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">    sudo service nova-compute restart<br>    nova-compute: unrecognized service</blockquote><div><br></div><div>Did someone have this problem, and how can it be solved?</div><div><br></div><div>I don't know if this issue should be addressed to Openstack-dev so I'm also addressing to Openstack.</div><div><br></div><div>Thank you,</div><div>Andre Aranha</div></div>