[Openstack] Openstack Digest, Vol 27, Issue 20

sahil arora aurora.saahil at gmail.com
Mon Sep 21 04:59:39 UTC 2015


Hi Folks ,

I have three Node openstack setup installed on my PC ,Earlier I was using
the Virt-Manager to create the images from iso and than i would use those
Opensuse Images to run my application but now i have tried to convert that
image using Glance into qcow2 and even followed the instructions taking the
example in the given link :
http://docs.openstack.org/image-guide/content/centos-image.html
and changed both the grub and fstab for the partitions but i am still
getting the issue :Waiting for device /dev/vda1 to appear: ..[   25.642178]
Restarting system.
can someone guide me in this case for opensuse images .

Regards ,
Sahil Arora


On Sun, Sep 20, 2015 at 5:30 PM, <openstack-request at lists.openstack.org>
wrote:

> Send Openstack mailing list submissions to
>         openstack at lists.openstack.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> or, via email, send a message with subject or body 'help' to
>         openstack-request at lists.openstack.org
>
> You can reach the person managing the list at
>         openstack-owner at lists.openstack.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Openstack digest..."
>
>
> Today's Topics:
>
>    1. heat nested stack -icehouse, nova-network, centos,
>       ResourceGroup (kevin parrikar)
>    2. PKI Issue vs UUID (Remo Mattei)
>    3. Re: PKI Issue vs UUID (Shinobu Kinjo)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 19 Sep 2015 22:05:31 +0530
> From: kevin parrikar <kevin.parker092 at gmail.com>
> To: openstack at lists.openstack.org
> Subject: [Openstack] heat nested stack -icehouse, nova-network,
>         centos, ResourceGroup
> Message-ID:
>         <CAJLFrOX4LYHbAh8fxbJ6=
> n0XpXCu5abV_WZxYCJcy-sqGLy52A at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello All,
>                 i am trying to create 3 instances,with cinder volume
> attached using "OS::Heat::ResourceGroup",but it returns
>
> "ERROR: Unknown resource Type : cinderattached.yml". Can any one please
> help me in this
>
>
> heat_template_version: 2013-05-23
>
> resources:
>   rg:
>     type: OS::Heat::ResourceGroup
>     properties:
>       count: 3
>       resource_def: {type: cinderattached.yml}
>
>
> cinderattached.yml
>
> heat_template_version: 2013-05-23
>
> parameters:
>   key_name:
>     type: string
>     default: key
>   instance_type:
>     type: string
>     default: m1.small
>   image_id:
>     type: string
>     default: Centos 6.6
> #  pvt_network:
> #    type: string
> #    default: tester
>   availability_zone:
>     type: string
>     default: indexer
>   volume_type:
>     type: string
>     description: ceph or ssd
>     default: ssd
>   volume_size:
>     type: number
>     default: 1
>
>
> resources:
>   volume:
>     type: OS::Cinder::Volume
>     properties:
>       size: { get_param: volume_size }
>       description: Volume for stack
>       volume_type: { get_param: volume_type }
>
>   volume_attachment:
>     type: OS::Cinder::VolumeAttachment
>     properties:
>       volume_id: { get_resource: volume }
>       instance_uuid: { get_resource: instance }
>
>   instance:
>     type: OS::Nova::Server
>     properties:
>       image: { get_param: image_id }
>       flavor: { get_param: instance_type }
>       key_name: { get_param: key_name }
>
> Debug Log:
>
> DEBUG (session) REQ: curl -i -X POST
> http://controller:8004/v1/bef416f4a12841d3a88eb1028a03aec2/stacks -H
> "Accept: application/json" -H "X-Auth-Token:
>
> MIIMlAYJKoZIhvcNAQcCoIIMhTCCDIECAQExCTAHBgUrDgMCGjCCCuoGCSqGSIb3DQEHAaCCCtsEggrXeyJhY2Nlc3MiOiB7InRva2VuIjogeyJpc3N1ZWRfYXQiOiAiMjAxNS0wOS0xOVQxNToyNDozMS45MDIxOTciLCAiZXhwaXJlcyI6ICIyMDE1LTA5LTE5VDE2OjI0OjMxWiIsICJpZCI6ICJwbGFjZWhvbGRlciIsICJ0ZW5hbnQiOiB7ImRlc2NyaXB0aW9uIjogIiIsICJlbmFibGVkIjogdHJ1ZSwgImlkIjogImJlZjQxNmY0YTEyODQxZDNhODhlYjEwMjhhMDNhZWMyIiwgIm5hbWUiOiAidGVzdGVyIn19LCAic2VydmljZUNhdGFsb2ciOiBbeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vY29udHJvbGxlcjo4Nzc0L3YyL2JlZjQxNmY0YTEyODQxZDNhODhlYjEwMjhhMDNhZWMyIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovL2NvbnRyb2xsZXI6ODc3NC92Mi9iZWY0MTZmNGExMjg0MWQzYTg4ZWIxMDI4YTAzYWVjMiIsICJpZCI6ICI2NzA1YzE2MjZhNTk0NmFlOTI2Njg4MmM2ZmI5N2M3MiIsICJwdWJsaWNVUkwiOiAiaHR0cDovL2NvbnRyb2xsZXI6ODc3NC92Mi9iZWY0MTZmNGExMjg0MWQzYTg4ZWIxMDI4YTAzYWVjMiJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJjb21wdXRlIiwgIm5hbWUiOiAibm92YSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly9jb250cm9sbGVyOjg3NzYvdjIvYmVmNDE2ZjRhMTI4NDFkM2E4OGViMTAyOGEwM2FlYzIiLCAicmVnaW9uIjogInJlZ2lvbk9uZSIsICJpbnRlcm5hbFVSTCI6ICJodHRwOi8vY29udHJvbGxlcjo4Nzc2L3YyL2JlZjQxNmY0YTEyODQxZDNhODhlYjEwMjhhMDNhZWMyIiwgImlkIjogIjUzNTk5YjljMzM5YTRjODhiZGI0OWE3ODc3OWIyYTdjIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vY29udHJvbGxlcjo4Nzc2L3YyL2JlZjQxNmY0YTEyODQxZDNhODhlYjEwMjhhMDNhZWMyIn1dLCAiZW5kcG9pbnRzX2xpbmtzIjogW10sICJ0eXBlIjogInZvbHVtZXYyIiwgIm5hbWUiOiAiY2luZGVydjIifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vY29udHJvbGxlcjo5MjkyIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovL2NvbnRyb2xsZXI6OTI5MiIsICJpZCI6ICI0YWEzMjQ3ZGNjYWM0ZGU2YjE4ZWUwYjRjOWVmMTE2MSIsICJwdWJsaWNVUkwiOiAiaHR0cDovL2NvbnRyb2xsZXI6OTI5MiJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJpbWFnZSIsICJuYW1lIjogImdsYW5jZSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly9jb250cm9sbGVyOjgwMDAvdjEiLCAicmVnaW9uIjogInJlZ2lvbk9uZSIsICJpbnRlcm5hbFVSTCI6ICJodHRwOi8vY29udHJvbGxlcjo4MDAwL3YxIiwgImlkIjogIjQ4MjEwMTExOTRmYzQ5OWM5MjU0NDMzOTQxOTJmMGFhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vY29udHJvbGxlcjo4MDAwL3YxIn1dLCAiZW5kcG9pbnRzX2xpbmtzIjogW10sICJ0eXBlIjogImNsb3VkZm9ybWF0aW9uIiwgIm5hbWUiOiAiaGVhdC1jZm4ifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vY29udHJvbGxlcjo4Nzc2L3YxL2JlZjQxNmY0YTEyODQxZDNhODhlYjEwMjhhMDNhZWMyIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovL2NvbnRyb2xsZXI6ODc3Ni92MS9iZWY0MTZmNGExMjg0MWQzYTg4ZWIxMDI4YTAzYWVjMiIsICJpZCI6ICI5N2U5OThkNzBiZDM0MTNlYTc2ZWU2ZjY2NDJmZDMwNSIsICJwdWJsaWNVUkwiOiAiaHR0cDovL2NvbnRyb2xsZXI6ODc3Ni92MS9iZWY0MTZmNGExMjg0MWQzYTg4ZWIxMDI4YTAzYWVjMiJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJ2b2x1bWUiLCAibmFtZSI6ICJjaW5kZXIifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vY29udHJvbGxlcjo4MDA0L3YxL2JlZjQxNmY0YTEyODQxZDNhODhlYjEwMjhhMDNhZWMyIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovL2NvbnRyb2xsZXI6ODAwNC92MS9iZWY0MTZmNGExMjg0MWQzYTg4ZWIxMDI4YTAzYWVjMiIsICJpZCI6ICI0YTNkMWMyMDU5Y2I0NzA2YmFiZTE5NmM5NDFkM2IyOSIsICJwdWJsaWNVUkwiOiAiaHR0cDovL2NvbnRyb2xsZXI6ODAwNC92MS9iZWY0MTZmNGExMjg0MWQzYTg4ZWIxMDI4YTAzYWVjMiJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJvcmNoZXN0cmF0aW9uIiwgIm5hbWUiOiAiaGVhdCJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly9jb250cm9sbGVyOjM1MzU3L3YyLjAiLCAicmVnaW9uIjogInJlZ2lvbk9uZSIsICJpbnRlcm5hbFVSTCI6ICJodHRwOi8vY29udHJvbGxlcjo1MDAwL3YyLjAiLCAiaWQiOiAiNjg5ZTAyYWI1ZmI2NGY2ZGE4ZTMwOTI1NGZiM2Q1ZTciLCAicHVibGljVVJMIjogImh0dHA6Ly9jb250cm9sbGVyOjUwMDAvdjIuMCJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJpZGVudGl0eSIsICJuYW1lIjogImtleXN0b25lIn1dLCAidXNlciI6IHsidXNlcm5hbWUiOiAidGVzdGVyIiwgInJvbGVzX2xpbmtzIjogW10sICJpZCI6ICI0NWZkNDhjMTA5YWE0NTI4YmRkYWRmZTA1OGZlNjliNyIsICJyb2xlcyI6IFt7Im5hbWUiOiAiX21lbWJlcl8ifV0sICJuYW1lIjogInRlc3RlciJ9LCAibWV0YWRhdGEiOiB7ImlzX2FkbWluIjogMCwgInJvbGVzIjogWyI5ZmUyZmY5ZWU0Mzg0YjE4OTRhOTA4NzhkM2U5MmJhYiJdfX19MYIBgTCCAX0CAQEwXDBXMQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVW5zZXQxDjAMBgNVBAcMBVVuc2V0MQ4wDAYDVQQKDAVVbnNldDEYMBYGA1UEAwwPd3d3LmV4YW1wbGUuY29tAgEBMAcGBSsOAwIaMA0GCSqGSIb3DQEBAQUABIIBAJ0eAnb1-Y+OaHMAnWXJAu7zu--UdK5fek43Hku7zTYUBfS-yn2fiiQtcwp0TxYzg48q+QhIA3plTO1kJnbFWQSGgeNvyyGLLwXbKmKgsi9POkZKZ8zwVvFPnlwZX9gnrjTgbpFXisk66fC53uEkaHPHjO8YVsy8p3DILlLR-enCkpU+VglKspOht5lm0mzNnY5bbXDHc6bofa0WO0W3ScNg+o+w9rqxTXwT6TZ9ux7xN7i4dX01QIbm1KNU041nRA6BErGPZGrCwQFsnPkYxDnWrW7SAaETHu1D5gOjYgtZ4CBUDR4vop7UaKDYpyqGOEDGzo5KEbBfuZtJV+ZqnF8="
> -H "X-Auth-Key: tester" -H "X-Auth-User: tester" -H "User-Agent:
> python-heatclient" -H "Content-Type: application/json" -H "X-Auth-Url:
> http://10.99.10.124:5000/v2.0" -d '{"files": {}, "disable_rollback": true,
> "parameters": {}, "stack_name": "multins", "environment": {}, "template":
> {"heat_template_version": "2013-05-23", "resources": {"rg": {"type":
> "OS::Heat::ResourceGroup", "properties": {"count": 3, "resource_def":
> {"type": "cinder-attached.yml"}}}}}}'
> DEBUG (session) RESP: [400] {'date': 'Sat, 19 Sep 2015 15:24:32 GMT',
> 'content-length': '274', 'content-type': 'application/json; charset=UTF-8'}
> RESP BODY: {"explanation": "The server could not comply with the request
> since it is either malformed or otherwise incorrect.", "code": 400,
> "error": {"message": "Unknown resource Type : cinder-attached.yml",
> "traceback": null, "type": "StackValidationFailed"}, "title": "Bad
> Request"}
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.openstack.org/pipermail/openstack/attachments/20150919/2b4a5405/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Sat, 19 Sep 2015 12:52:58 -0700
> From: Remo Mattei <Remo at Italy1.com>
> To: openstack <openstack at lists.openstack.org>
> Subject: [Openstack] PKI Issue vs UUID
> Message-ID: <3DEF23C6-FA4E-4D83-A3FE-7D19F164FF41 at Italy1.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hello all,
>
> I have notice that when I do the RDO installation of Kilo with the UUID
> and login with the admin account, I can select which project to spin up new
> instances and also which project to select from the pull down menu. If I do
> the same installation using packstack and change the keystone from UUID to
> PKI, I cannot select any of those options.
>
> Has anyone seen this issue? I notice that there was a bug going on while
> back but I thought that would have been fixed by now.
>
> Thanks for any tips on how to go by this.
>
> Remo
>
>
> ------------------------------
>
> Message: 3
> Date: Sat, 19 Sep 2015 20:36:52 -0400 (EDT)
> From: Shinobu Kinjo <skinjo at redhat.com>
> To: Remo Mattei <Remo at Italy1.com>
> Cc: openstack <openstack at lists.openstack.org>
> Subject: Re: [Openstack] PKI Issue vs UUID
> Message-ID:
>         <1043226213.18946744.1442709412644.JavaMail.zimbra at redhat.com>
> Content-Type: text/plain; charset=utf-8
>
> Probably it's better for you to attach logs if you could find out.
>
> Shinobu
>
> ----- Original Message -----
> From: "Remo Mattei" <Remo at Italy1.com>
> To: "openstack" <openstack at lists.openstack.org>
> Sent: Sunday, September 20, 2015 4:52:58 AM
> Subject: [Openstack] PKI Issue vs UUID
>
> Hello all,
>
> I have notice that when I do the RDO installation of Kilo with the UUID
> and login with the admin account, I can select which project to spin up new
> instances and also which project to select from the pull down menu. If I do
> the same installation using packstack and change the keystone from UUID to
> PKI, I cannot select any of those options.
>
> Has anyone seen this issue? I notice that there was a bug going on while
> back but I thought that would have been fixed by now.
>
> Thanks for any tips on how to go by this.
>
> Remo
> _______________________________________________
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
>
> ------------------------------
>
> _______________________________________________
> Openstack mailing list
> openstack at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
> End of Openstack Digest, Vol 27, Issue 20
> *****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150921/66166200/attachment.html>


More information about the Openstack mailing list