Hi Cathy, The easiest way is to simply set the admin-password field for the keystone service, juju set keystone admin-password=mypassword.
For mysql are you using mysql or percona? - Billy On Mon, Nov 23, 2015 at 5:51 AM, wuwenbin <[email protected]> wrote: > Hi Billy: > > You’re right about relationship. Now another problem occurs that > username and password to log openstack-dashboard can’t be found. I check > keystone config.yaml, and find related config below, while that doesn’t > work. I also try to use mysql while password is also not known. So if you > know what they are or how to find them, please help me. > > Thanks. > > Best regards > > Cathy > > > > admin-user: > > default: admin > > type: string > > description: Default admin user to create and manage. > > admin-password: > > default: None > > type: string > > description: | > > Admin password. To be used *for testing only*. Randomly generated by > > default. > > > > *发件人:* Billy Olsen [mailto:[email protected]] > *发送时间:* 2015年11月23日 1:57 > *收件人:* wuwenbin > *抄送:* [email protected]; jiangrui (D); [email protected]; > Weidong.Shao; Qinchuan; Ashlee Young; Zhaokexue > *主题:* Re: juju deploy failure on nova > > > > Hi Cathy, > > > > These messages are used to indicate why the service is not a fully > functional service.. As you point out, the software packages for the base > charm service has been installed at this point in time, but needs > additional relations in order to make the service a fully functioning > service. These are normally expected messages when the service has just > been deployed. > > > > If you proceed at this point to adding the missing relations, you'll see > this message disappear from the status output. > > > > Thanks, > > > > Billy > > > > > > On Sat, Nov 21, 2015 at 1:59 AM, wuwenbin <[email protected]> wrote: > > Hi Adam: > > I download trusty codes and use juju to deploy openstack. While > there are problems about nova-cloud-controller and nova-compute. > > Error info is as follows. I think that installing charm is an > independent operation because later we will add relationship between those > charms. I have no idea what’t going on. > > Looking forward for your replay. > > Thanks. > > Best regards > > Cathy > > > > Error info: > > nova-cloud-controller: > > charm: local:trusty/nova-cloud-controller-501 > > exposed: false > > service-status: > > current: blocked > > message: 'Missing relations: messaging, image, compute, identity, > database' > > since: 21 Nov 2015 12:44:35+08:00 > > relations: > > cluster: > > - nova-cloud-controller > > units: > > nova-cloud-controller/0: > > workload-status: > > current: blocked > > message: 'Missing relations: messaging, image, compute, > identity, database' > > since: 21 Nov 2015 12:44:35+08:00 > > agent-status: > > current: idle > > since: 21 Nov 2015 16:39:38+08:00 > > version: 1.25.0.1 > > agent-state: started > > agent-version: 1.25.0.1 > > machine: "5" > > open-ports: > > - 3333/tcp > > - 8773/tcp > > - 8774/tcp > > - 9696/tcp > > public-address: 192.168.122.242 > > nova-compute: > > charm: local:trusty/nova-compute-133 > > exposed: false > > service-status: > > current: blocked > > message: 'Missing relations: messaging, image' > > since: 21 Nov 2015 16:40:46+08:00 > > relations: > > compute-peer: > > - nova-compute > > units: > > nova-compute/0: > > workload-status: > > current: blocked > > message: 'Missing relations: messaging, image' > > since: 21 Nov 2015 16:40:46+08:00 > > agent-status: > > current: idle > > since: 21 Nov 2015 16:40:48+08:00 > > version: 1.25.0.1 > > agent-state: started > > agent-version: 1.25.0.1 > > machine: "1" > > public-address: 192.168.122.56 > > > > log info: > > unit-nova-compute-0[3088]: 2015-11-21 08:50:56 WARNING > unit.nova-compute/0.juju-log server.go:268 messaging relation is missing > and must be related for functionality. > > unit-nova-compute-0[3088]: 2015-11-21 08:50:56 WARNING > unit.nova-compute/0.juju-log server.go:268 image relation is missing and > must be related for functionality. > > > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju > > > > > > -- > > Billy Olsen > > [email protected] > > Software Engineer > Canonical USA > -- Billy Olsen [email protected] Software Engineer Canonical USA
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
