Update for Murano

1. Added 'ruhe' to the core team
2. Following repositories were deprecated and removed from the project config file:
   * murano-conductor
   * murano-common
   * murano-repository
   * murano-metadataclient
   * murano-tests

Change-Id: If898b16ec49352674abff75319d88dba5619b240
This commit is contained in:
Ruslan Kamaldinov 2014-04-20 03:54:08 +04:00
parent 48777ef7fd
commit b40b07bde2
1 changed files with 3 additions and 7 deletions

View File

@ -4,20 +4,16 @@
"subprojects": [ "subprojects": [
"stackforge/murano-agent", "stackforge/murano-agent",
"stackforge/murano-api", "stackforge/murano-api",
"stackforge/murano-common",
"stackforge/murano-conductor",
"stackforge/murano-dashboard", "stackforge/murano-dashboard",
"stackforge/murano-deployment", "stackforge/murano-deployment",
"stackforge/murano-docs", "stackforge/murano-docs",
"stackforge/murano-metadataclient", "stackforge/python-muranoclient"
"stackforge/python-muranoclient",
"stackforge/murano-repository",
"stackforge/murano-tests"
], ],
"core-team": [ "core-team": [
"ativelkov", "ativelkov",
"dteselkin", "dteselkin",
"tsufiev", "tsufiev",
"istalker2" "istalker2",
"ruhe"
] ]
} }