← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1740566] [NEW] Install and configure (Ubuntu) in glance

 

Public bug reported:


The first step lock some operation:
1.CREATE DATABASE glance;
2.GRANT ALL PRIVILEGES ON glance.* TO 'glance'@'localhost' \
  IDENTIFIED BY 'GLANCE_DBPASS';
  GRANT ALL PRIVILEGES ON glance.* TO 'glance'@'%' \
  IDENTIFIED BY 'GLANCE_DBPASS';

** Affects: glance
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1740566

Title:
  Install and configure (Ubuntu) in glance

Status in Glance:
  New

Bug description:
  
  The first step lock some operation:
  1.CREATE DATABASE glance;
  2.GRANT ALL PRIVILEGES ON glance.* TO 'glance'@'localhost' \
    IDENTIFIED BY 'GLANCE_DBPASS';
    GRANT ALL PRIVILEGES ON glance.* TO 'glance'@'%' \
    IDENTIFIED BY 'GLANCE_DBPASS';

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1740566/+subscriptions


Follow ups